mirror of
https://github.com/jkingsman/Remote-Terminal-for-MeshCore.git
synced 2026-08-10 10:43:01 +02:00
Fix map z-indexing over page
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user