William
Results
1
comments of
William
A possible workaround is to set the z-index to 0 for the `.leaflet-top` class at your custom.css file. ``` .leaflet-top { z-index: 0; } ```