UI: fix drawer display with backdrop and auto-close on view switch
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user