mirror of
https://github.com/owntone/owntone-server.git
synced 2025-10-30 00:05:05 -04:00
[web] Ensure overlay covers entire screen when scrolling
This commit is contained in:
parent
13f4c087e8
commit
02279236f3
@ -61,6 +61,7 @@ button.navbar-item:hover {
|
|||||||
|
|
||||||
.overlay-fullscreen {
|
.overlay-fullscreen {
|
||||||
@extend .is-overlay;
|
@extend .is-overlay;
|
||||||
|
position: fixed;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
background-color: rgba(10, 10, 10, 0.5);
|
background-color: rgba(10, 10, 10, 0.5);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user