mirror of https://github.com/Chocobozzz/PeerTube
Fix menu z-index on mobile on watch page
parent
24e7916c68
commit
72ab1bc82d
|
@ -6,7 +6,7 @@
|
|||
height: calc(100vh - #{$header-height});
|
||||
padding: 0;
|
||||
width: $menu-width;
|
||||
z-index: 10000;
|
||||
z-index: 11000;
|
||||
}
|
||||
|
||||
menu {
|
||||
|
|
Loading…
Reference in New Issue