Fix incosistent z-indexes

This commit is contained in:
Björn Fromme
2021-09-02 16:23:17 +02:00
parent eb7d91a458
commit ea8ccd1a3c
@@ -1,5 +1,8 @@
@import "~leaflet/dist/leaflet.css";
.leaflet-top, .leaflet-bottom {
z-index: 490 !important;
.leaflet-pane {
z-index: 10 !important;
}
.leaflet-top, .leaflet-bottom, .leaflet-control {
z-index: 20 !important;
}