style: fix leaflet control overlap
All checks were successful
/ Build (push) Successful in 35s

This commit is contained in:
log101 2024-09-03 08:45:22 +03:00
parent cea91dbf97
commit 6188e0012a

View File

@ -197,7 +197,7 @@ const currentLocationControl = new CurrentLocationControl({
position: "bottomleft",
})
const radiusControl = new RadiusControl({ position: "bottomright" })
const radiusControl = new RadiusControl({ position: "topright" })
askPermissionControl.addTo(map)