Glodenox / wme-image-overlays

A userscript that allows Waze editors to overlay a local image onto the map in the background
GNU General Public License v3.0
4 stars 1 forks source link

Data sources notification message might not display completely on small screens #9

Closed Glodenox closed 6 years ago

Glodenox commented 6 years ago

Due to the absolute styling applied to the warning message about the permitted data sources, the scrollbar style of the sidebar isn't doing its thing whenever the contents overflow. This causes the accept button to be invisible until people zoom out. A simple addition of scroll:auto to this message will probably fix this.

Glodenox commented 6 years ago

Fixed in version 1.1.0 It was more complex than anticipated as the container for the tabs didn't scale. The fix for that was relatively easy (adding flex-grow: 1 in CSS), but it's never fun to touch the layout of elements that Waze manages and other scripts might mess around with as well. But there was no proper alternative I could think of that didn't require me to rethink the whole warning message container.