From eb1ab94f2ec1223712005826cc383252274833e2 Mon Sep 17 00:00:00 2001 From: "florian.llimos" Date: Thu, 21 Nov 2024 10:55:36 +0100 Subject: [PATCH] :fix: add z-index to the map on full screen --- cartographie/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/cartographie/css/style.css b/cartographie/css/style.css index 6537fc2..c15e4f8 100644 --- a/cartographie/css/style.css +++ b/cartographie/css/style.css @@ -54,6 +54,7 @@ left: 0 !important; border: none !important; border-radius: 0 !important; + z-index: 999 !important; } .map-container {