Merge pull request #3452 from Leaflet/less-important
More targeted max-width: !important in CSS
This commit is contained in:
commit
b0d44ca610
4
dist/leaflet.css
vendored
4
dist/leaflet.css
vendored
@ -43,8 +43,8 @@
|
|||||||
}
|
}
|
||||||
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
|
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
|
||||||
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
|
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
|
||||||
.leaflet-container svg,
|
.leaflet-container .leaflet-overlay-pane svg,
|
||||||
.leaflet-container img {
|
.leaflet-container .leaflet-tile-pane img {
|
||||||
max-width: none !important;
|
max-width: none !important;
|
||||||
}
|
}
|
||||||
/* stupid Android 2 doesn't understand "max-width: none" properly */
|
/* stupid Android 2 doesn't understand "max-width: none" properly */
|
||||||
|
Loading…
Reference in New Issue
Block a user