Merge pull request #7174 from YouKnowBlom/fix-resetpassword-dialog

Prevent dialog backdrop from displaying above dialog content
This commit is contained in:
Bill Thornton
2025-10-08 10:27:26 -04:00
committed by GitHub

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;
}