From 96649b3e5dd48d785bf172c411bb54445459b06c Mon Sep 17 00:00:00 2001 From: hfcRed Date: Fri, 20 Mar 2026 02:58:41 +0100 Subject: [PATCH] Fix dialog being behind mobile nav --- app/components/elements/Dialog.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/elements/Dialog.module.css b/app/components/elements/Dialog.module.css index 8ef30d526..1f22900ec 100644 --- a/app/components/elements/Dialog.module.css +++ b/app/components/elements/Dialog.module.css @@ -1,7 +1,7 @@ .overlay { position: fixed; inset: 0; - z-index: 10; + z-index: 20; overflow: hidden; background-color: rgba(0, 0, 0, 0.25); display: flex;