Commit 4963f51aa6bd8b5d5594af5cd8ebc0e95d89c3b0
Merge branch 'master' of http://service.routetopa.eu:7480/WebCompDev/COMPONENTS
Showing
1 changed file
with
2 additions
and
2 deletions
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 | ... | ... |