From 51bf23b4026c4dc5182c3fb3408c3ad985939eee Mon Sep 17 00:00:00 2001 From: Gaudv Date: Sat, 2 Nov 2024 20:33:49 +0100 Subject: [PATCH] Removes the border from leaflet-div-icon --- src/styles/global.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/styles/global.scss b/src/styles/global.scss index 16d73a7b..03e91b8a 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -31,3 +31,7 @@ .full-page-map .leaflet-control-zoom { margin-top: 72px !important; } + +.leaflet-div-icon { + border: none !important; +} \ No newline at end of file