From 311c519a9d0b04dd979f65c1fb924ba88a04be17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20D=C3=BCsterhus?= Date: Tue, 13 Dec 2011 21:10:10 +0100 Subject: [PATCH] Y U Use min-height? --- template/chat.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/chat.tpl b/template/chat.tpl index 7b33b46..9d7ffcd 100644 --- a/template/chat.tpl +++ b/template/chat.tpl @@ -88,7 +88,7 @@ } .chatMessageContainer { - min-height: 200px; + height: 200px; overflow-y: scroll; }