farmOS / farmOS-map

farmOS-map is an OpenLayers wrapper library designed for agricultural mapping needs. It can be used in any project that has similar requirements.
https://farmOS.github.io/farmOS-map
MIT License
39 stars 22 forks source link

Fix y position of edit controls for small screens #160

Closed symbioquine closed 2 years ago

symbioquine commented 2 years ago

Why? On small screens - and the default farmOS layout - the controls often overlap or even go off the bottom of the map making them hard to use or completely inaccessible.

Before:

image

After:

image

paul121 commented 2 years ago

Looking at these screenshots, won't the snapping grid still overlap?

Except in farmOS/farmOS we have a larger height than these screenshots so it's not an issue there?

mstenta commented 2 years ago

On very small screen yes it probably will still overlap @paul121. I think we should address that in one of the other open issues we have (eg: #135). This is valuable regardless IMO.