Fix marker shadow if max-width is set (#5046)

complement to c75af44ca2
This commit is contained in:
b_b 2016-10-25 11:28:19 +02:00 committed by Iván Sánchez Ortega
parent cf71ebaf51
commit 7300097d28

1
dist/leaflet.css vendored
View File

@ -43,6 +43,7 @@
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
max-width: none !important;