fix(map): Fix style of the map marker
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
a22a5e3cb9
commit
c7b90cd60a
|
@ -226,7 +226,7 @@ div.map-container {
|
||||||
@import "leaflet.locatecontrol/dist/L.Control.Locate.css";
|
@import "leaflet.locatecontrol/dist/L.Control.Locate.css";
|
||||||
|
|
||||||
.leaflet-div-icon {
|
.leaflet-div-icon {
|
||||||
background: unset;
|
background: unset !important;
|
||||||
border: unset;
|
border: unset !important;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue