From db408f4b06162b96c6e35481c5cd78ad0f8ac9d4 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Tue, 30 Sep 2025 09:05:03 -0400 Subject: [PATCH] Raise notification portal above modals --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 27da150e..de146c6e 100644 --- a/css/style.css +++ b/css/style.css @@ -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;