Leaflet / Leaflet.toolbar

Flexible, extensible toolbars for Leaflet maps.
MIT License
197 stars 70 forks source link

Horizontal icon overflow ... #61

Closed themacboy closed 2 years ago

themacboy commented 2 years ago

Currently using toolbar in a DistortableImage:

Toolbar width error

As you can see las element overflow I jump to next line.

Not sure about where the problem is. But I know it is solved if I change line 58 in the Popup.Js file: from:

toolbarWidth = 0,

To:

toolbarWidth = 1,

Any idea to make a more elegant correction