.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
max-width: none !important;
+ max-height: none !important;
}
.leaflet-container.leaflet-touch-zoom {
}
.leaflet-container.leaflet-touch-drag {
-ms-touch-action: pinch-zoom;
- }
+ /* Fallback for FF which doesn't support pinch-zoom */
+ touch-action: none;
+ touch-action: pinch-zoom;
+}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
-ms-touch-action: none;
touch-action: none;
}
.leaflet-control-layers-scrollbar {
overflow-y: scroll;
+ overflow-x: hidden;
padding-right: 5px;
}
.leaflet-control-layers-selector {