From 8cebb567b111114f6f13994726ac67a7d5b09077 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 27 Jul 2025 17:53:10 -0600 Subject: [PATCH] Fixed the input form modal to be above the other modals. --- map/app/public/css/modules/modal.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/map/app/public/css/modules/modal.css b/map/app/public/css/modules/modal.css index 025bdc3..6e2ce60 100644 --- a/map/app/public/css/modules/modal.css +++ b/map/app/public/css/modules/modal.css @@ -9,7 +9,7 @@ display: flex; align-items: center; justify-content: center; - z-index: 3000; + z-index: 10010; animation: fadeIn 0.3s ease; }