Skip to content

Commit

Permalink
Fix marker shadow if max-width is set (Leaflet#5046)
Browse files Browse the repository at this point in the history
complement to c75af44
  • Loading branch information
brunob authored and DiogoMCampos committed Dec 18, 2016
1 parent ba6822f commit ae1ad2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/leaflet.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ae1ad2e

Please sign in to comment.