fix(map): Fix style of the map marker

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-05-02 17:13:53 +02:00
parent a22a5e3cb9
commit c7b90cd60a
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -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;
}
</style>