Commit c13d5a549bbe38441fcf58ddd7a68f109ee274ce

Authored by isisadmin
1 parent 2b9aa997

Fix z-index

datalets/leafletjs-datalet/leafletsjs/leaflet.css
... ... @@ -86,7 +86,7 @@
86 86 .leaflet-top,
87 87 .leaflet-bottom {
88 88 position: absolute;
89   - z-index: 1000;
  89 + /*z-index: 1000;*/
90 90 pointer-events: none;
91 91 }
92 92 .leaflet-top {
... ... @@ -475,4 +475,4 @@
475 475 .leaflet-div-icon {
476 476 background: #fff;
477 477 border: 1px solid #666;
478   - }
  478 + }
479 479 \ No newline at end of file
... ...