From 748f329f3864e72428c888c4382f6b49f141e807 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Tue, 14 Nov 2017 15:34:14 +0100 Subject: [PATCH] Show player bottom always --- server/public/assets/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/server/public/assets/css/style.css b/server/public/assets/css/style.css index 6f20441c..2249b81f 100755 --- a/server/public/assets/css/style.css +++ b/server/public/assets/css/style.css @@ -390,6 +390,7 @@ li.disabled span { /* top: 0px; */ width: 250px !important; height: 200px !important; + display: block !important; /* right: 10px; */ z-index: 10; transition: 1s;