Open decko opened 7 years ago
Please check CSS styles on the map...
There is no CSS for the map, only the ones from leaflet.css and ui-leaflet(if this one uses any).
Please add a example in JSFiddle or Plunk.
Thanks
Had the same issue. Changing the css z-index fixed it:
.leaflet-pane { z-index: 0 !important; } .md-tooltip { z-index: 10000 !important; }
When I open a mdDialog, the leaflet map is getting over the dialog in the window, instead of turning it into the background: