From f424bab9bd02b4ca543c1ee17582c827d7609a91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 1 Feb 2016 22:18:12 +0100 Subject: [PATCH] zindex on channeloadbar --- static/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/css/style.css b/static/css/style.css index 6332b444..a622abdc 100755 --- a/static/css/style.css +++ b/static/css/style.css @@ -56,6 +56,7 @@ #channel-load{ /*display:none;*/ position: absolute; + z-index:1; top: 52px; background-color:rgba(0,0,0,0); }