Fix map z-indexing over page

This commit is contained in:
Jack Kingsman
2026-01-13 15:52:53 -08:00
parent 888dd0f1a8
commit acc0b4b94c
9 changed files with 35 additions and 9 deletions
+13
View File
@@ -28,3 +28,16 @@ body {
width: 100%;
border-right: none;
}
/* Constrain Leaflet map z-index to stay below modals/sheets */
.leaflet-container {
z-index: 0 !important;
}
.leaflet-pane {
z-index: 0 !important;
}
.leaflet-control {
z-index: 10 !important;
}