[web] Ensure overlay covers entire screen when scrolling

This commit is contained in:
Alain Nussbaumer 2025-08-18 15:01:55 +10:00
parent 13f4c087e8
commit 02279236f3

View File

@ -61,6 +61,7 @@ button.navbar-item:hover {
.overlay-fullscreen {
@extend .is-overlay;
position: fixed;
z-index: 1;
background-color: rgba(10, 10, 10, 0.5);
}