Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ensure marker images show if max-width configured
Previous versions of Leaflet had ``.leaflet-container img { max-width: none !important }`` prior to the change in Leaflet@b3ff3a0, when the selector became more specific. This change ensures markers continue to be shown in the case of the page loading Leaflet has a CSS rule like ``img { max-width: 100%; }`` applied.
- Loading branch information