Conflict with leaflet map plugin
-
The box-shadows in the style css create unwanted shadows in leaflet maps. I got around this by adding the following to the style.css, but is there a better way?
`
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
`
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Conflict with leaflet map plugin’ is closed to new replies.