diff --git a/js/src/components/LeafletMap.vue b/js/src/components/LeafletMap.vue index 286ab43e0..9576d8098 100644 --- a/js/src/components/LeafletMap.vue +++ b/js/src/components/LeafletMap.vue @@ -226,7 +226,7 @@ div.map-container { @import "leaflet.locatecontrol/dist/L.Control.Locate.css"; .leaflet-div-icon { - background: unset; - border: unset; + background: unset !important; + border: unset !important; }