UI: fix drawer display with backdrop and auto-close on view switch

This commit is contained in:
Ponte
2026-03-05 19:40:52 +01:00
parent afabdce17c
commit 98671d4dcd
3 changed files with 34 additions and 0 deletions

View File

@@ -108,6 +108,13 @@ body {
transform: translateX(0);
}
.drawer-backdrop {
position: fixed;
inset: 0;
background: rgba(6, 12, 22, 0.42);
z-index: 35;
}
.games-drawer {
position: fixed;
top: 0;