Fix map not rendering when images has max-height. Fixes #5775 (#5778)

This commit is contained in:
Idan Entin 2017-09-19 10:03:21 +03:00 committed by Vladimir Agafonkin
parent 7d6046709b
commit 8bd5578860

1
dist/leaflet.css vendored
View File

@ -47,6 +47,7 @@
.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 {