1map Spatial Solutions (Pty) Ltd
1map Spatial Solutions (Pty) Ltd
Thanks, but this does not work on my side. Can you please share a sandbox link which shows how this is done? Please note. I am not talking about the...
Ok, in the codepen it also shows outside the screen and I am unable to scroll horizontally. Test your codepen with the following code (Note that I added a lot...
I got it fixed by changing to: ``` .ol-control.ol-bar { left: calc(50% + 1.5rem); max-width: calc(100% - 9rem); max-height: calc(100% - 9rem); overflow: auto; } ```
This actually is the correct way: ``` .ol-overlaycontainer-stopevent > .ol-control.ol-bar { max-width: calc(100% - 12.85rem); max-height: unset; overflow-x: auto; overflow-y: hidden; } .ol-overlaycontainer-stopevent > .ol-control.ol-bar.ol-left, .ol-overlaycontainer-stopevent > .ol-control.ol-bar.ol-right { max-width:...
Thanks, yes, I thought disable is to disable the button/toggle. Sometimes there is no physical "control" linked to a button and just some custom functionality. I needed a property like...
Thanks. I see that the version is stuck on 4.0.18 for the last 3 months. I always install through npm.