From d0ac9b430ca6761d089ac84f9b8bccc1b639d058 Mon Sep 17 00:00:00 2001 From: Leif Gruenwoldt Date: Wed, 27 May 2015 13:55:47 -0400 Subject: [PATCH] Resolves issue #300 Last chat message hidden behind input field --- res/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/default.css b/res/default.css index e46e2905..31347a86 100644 --- a/res/default.css +++ b/res/default.css @@ -298,7 +298,7 @@ ul { position: absolute; top: 0; right: 0; - bottom: 0; + bottom: 62px; left: 0; height: auto; width: auto;