:fix: add z-index to the map on full screen

This commit is contained in:
florian.llimos 2024-11-21 10:55:36 +01:00
parent 3ecded9697
commit eb1ab94f2e

View File

@ -54,6 +54,7 @@
left: 0 !important; left: 0 !important;
border: none !important; border: none !important;
border-radius: 0 !important; border-radius: 0 !important;
z-index: 999 !important;
} }
.map-container { .map-container {