From 9a7bb03449b3eefd55bb6de9a9d97aa92c426e38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 25 May 2016 18:03:40 +0200 Subject: [PATCH] added overflow hidden on chatinputfield --- static/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index cc95142c..21b1fc7f 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -14,6 +14,10 @@ display:none; } +#chatPlaylist{ + overflow: hidden; +} + /* GLOBAL STYLES */ #playbar{