Fix the backdrop issue

This commit is contained in:
defnax 2026-09-09 20:50:08 +02:00
parent f4663453fd
commit 2c6aa9bf21
2 changed files with 3 additions and 2 deletions

View File

@ -301,7 +301,8 @@
pointer-events: auto !important;
box-shadow: 8px 0 24px rgba(15, 23, 42, 0.16);
white-space: normal !important;
z-index: 1002;
// Override the generic mobile sidebar's z-index: 50 !important.
z-index: 1002 !important;
}
.sidebar-drawer .sidebar.sidebar--mobile-open { transform: translateX(0); }

File diff suppressed because one or more lines are too long