From f9012e75e84d65fef271b4c5b67f4c4201a78c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 14 Dec 2016 19:20:11 +0100 Subject: [PATCH] Updated width of overlay --- public/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/css/style.css b/public/css/style.css index cc132b5b..80272a0b 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -1071,7 +1071,7 @@ ul #chat-log{ background-color:black; position: absolute; top:0px; - width:97.8%; + width:100%; color:white; }