mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-21 03:22:11 +00:00
fix(Player): remove side-drawer-layer from overlayHidden
This commit is contained in:
parent
429dfc2f29
commit
c45cc8afe2
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ html:not(.active-slider-within) {
|
||||||
.player-container.overlayHidden {
|
.player-container.overlayHidden {
|
||||||
cursor: none;
|
cursor: none;
|
||||||
|
|
||||||
.nav-bar-layer, .control-bar-layer, .menu-layer, .side-drawer-layer {
|
.nav-bar-layer, .control-bar-layer, .menu-layer {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
transition: opacity 200ms;
|
transition: opacity 200ms;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue