Fixed player_overlay showing on mobile

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-26 11:08:18 +01:00
parent 9848da5608
commit bc13e83f90

View File

@@ -2677,8 +2677,9 @@ nav ul li:hover, nav ul li.active {
#player_overlay { #player_overlay {
height: calc(30vh); height: calc(30vh);
bottom: -26px !important; bottom: -33px !important;
top: initial; top: initial;
display: none !important;
} }
#wrapper{ #wrapper{