Open Aureuum opened 4 years ago
Hello, I have tried all options in the css but the space around the control still persists. How do you put the control right along the map edge, both bottom/top and left/right? Thank you.
I actually found the solution myself, in Chrome Inspector:
.leaflet-right .leaflet-control { margin-right: 0px; } .leaflet-bottom .leaflet-control { margin-bottom: 0px; }
Hello, I have tried all options in the css but the space around the control still persists. How do you put the control right along the map edge, both bottom/top and left/right? Thank you.