FIX: prevent dialog backdrop from appearing above dialog content

This commit is contained in:
Andreas B
2025-10-07 11:45:06 +02:00
parent 39ab3a52d8
commit f974a39938

View File

@@ -148,7 +148,7 @@
left: 0 !important;
right: 0 !important;
margin: 0 !important;
z-index: 999999 !important;
z-index: 999998 !important;
transition: opacity ease-out 0.2s;
will-change: opacity;
}