From 53cf85046bbaeb7b66310ddd4fdd3dbcae46a311 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Mon, 1 May 2017 12:07:26 +0200 Subject: [PATCH] Height of video --- 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 2209f8bd..6b7ceae5 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -1467,7 +1467,7 @@ ul #chat-log{ #player{ height:95%; - height: calc(100%); + height: calc(100% - 32px); position: relative; transform: translate(0%, 0%); z-index: 99; @@ -1812,9 +1812,10 @@ nav ul li:hover, nav ul li.active { #controls { + z-index: 99999999999; opacity:0; height:32px; - /*background-color:rgba(255, 255, 255, 0.1);*/ + /* background-color:rgba(255, 255, 255, 0.1); */ width:100%; color:white; margin-top:-6px;