From 058a741b10f1db8f1d8fa5ac3e8e979af97364aa Mon Sep 17 00:00:00 2001 From: Tudor Date: Fri, 9 Jan 2026 08:52:51 +0000 Subject: [PATCH] fixed map overlapping modals --- frontend/styles.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/styles.css b/frontend/styles.css index 0312629..e638d61 100644 --- a/frontend/styles.css +++ b/frontend/styles.css @@ -966,7 +966,7 @@ body { left: 0; width: 100%; height: 100%; - z-index: 1000; + z-index: 2000; display: none; align-items: center; justify-content: center;