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