Closed themacboy closed 2 years ago
Currently using toolbar in a DistortableImage:
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
Currently using toolbar in a DistortableImage:
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