From c7b90cd60a14abea7aebab7e1d87f37a44371f7c Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 2 May 2023 17:13:53 +0200 Subject: [PATCH] fix(map): Fix style of the map marker Signed-off-by: Thomas Citharel --- js/src/components/LeafletMap.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }