From 4ebd06c7e187cb2d1fe747ae9c4df8c74e0c5529 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 025bdc3f..6e2ce601 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; }