Raise notification portal above modals

This commit is contained in:
thePR0M3TH3AN
2025-09-30 09:05:03 -04:00
parent f832695a6a
commit db408f4b06

View File

@@ -824,7 +824,7 @@ button:not(.icon-button):focus {
top: calc(env(safe-area-inset-top, 0px) + 1.5rem);
left: 50%;
transform: translateX(-50%);
z-index: 100;
z-index: 400; /* Keep notifications above the highest modal overlays */
width: min(90vw, 32rem);
display: flex;
flex-direction: column;