From ee846b7dff428ee8e42fcad5befb4e5c186b205e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Sat, 29 Apr 2017 16:38:46 +0200 Subject: [PATCH] Fixed emptychannel placehodler --- public/css/style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 11c8cf37..c9f064d6 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -1345,7 +1345,7 @@ ul #chat-log{ #player_overlay{ background-color:black; position: absolute; - top:0px; + top: calc(-100vh + 64px + 26px); width:100%; color:white; } @@ -1994,7 +1994,8 @@ nav ul li:hover, nav ul li.active { #main_components { position: absolute; top: calc(100% - 26px); - width: calc(100% - .75em); + width: calc(100% - 1.5em); + z-index: 99; } /***************************************************************************