48
Views
1
Comments
Solved
[Leaflet Mobile Plugin] Popup widget goes to backgroud of the map widget.
Question
leaflet-mobile-plugin
Mobile icon
Forge asset by Leaflet Mobile

When I use popup widget or menu widget they moves to the lower layer then map. Is it posible to make things goes right?

2019-11-05 11-01-40
Preeti Kumari
Solution

You need to reduce the z index of map:

.leaflet-container{
z-index:1;
}

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.