mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed player_overlay showing on mobile
This commit is contained in:
@@ -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{
|
||||||
|
|||||||
Reference in New Issue
Block a user