0

web: fix white rectangle behind markers

This commit is contained in:
Nicolas F
2019-02-21 18:25:50 +01:00
parent 23f8cbd330
commit bc71ad7a8f

View File

@@ -179,3 +179,8 @@ div.worldcontrol select {
margin-left:-50%;
margin-top:-50%;
}
.leaflet-div-icon {
background: 0;
border: 0;
}