MrMufflon / Leaflet.Coordinates

Leaflet plugin to view mouse coordinates
http://mrmufflon.github.io/Leaflet.Coordinates/
Other
104 stars 55 forks source link

Remove space around the control? #43

Open Aureuum opened 4 years ago

Aureuum commented 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.

Aureuum commented 4 years ago

I actually found the solution myself, in Chrome Inspector:

.leaflet-right .leaflet-control { margin-right: 0px; } .leaflet-bottom .leaflet-control { margin-bottom: 0px; }