You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As can be seen in the below example https://jsfiddle.net/bh201jaj/
When the minimap is at the bottom of the display (ie can't be lowered in the Y index), the default behavior is for it to be shown over the top of the standard Leaflet layer control menu. I assume this is incorrect and it should be under the leaflet dropdown menu so people can select items.
Any idea on how to change this?
The text was updated successfully, but these errors were encountered:
True, it shouldn't behave like that. The easiest workaround is to minimise the minimap with the toggle so that you can access the menu, but of course that doesn't actually solve the problem. I think we'll probably have to write some css for the minimap that makes sure it's behind the layer-control on the Z-axis, whatever depth the layer control is at.
Nope, it hasn't been fixed yet but it shouldn't be too hard to figure out the CSS stuff if you want to have a crack at it. Sorry about the late response!
As can be seen in the below example
https://jsfiddle.net/bh201jaj/
When the minimap is at the bottom of the display (ie can't be lowered in the Y index), the default behavior is for it to be shown over the top of the standard Leaflet layer control menu. I assume this is incorrect and it should be under the leaflet dropdown menu so people can select items.
Any idea on how to change this?
The text was updated successfully, but these errors were encountered: