79571904

Date: 2025-04-13 18:49:01
Score: 1.5
Natty:
Report link

leaflet is using transform: translate3d for map container (.leaflet-map-pane) which is placed inside #map div section. Translate3d encapsulate child contents positon, z-index. So css will not help you in anyway. Reference

Your only option is render the popup outside the #map div section. And it can be only done using js.

Reasons:
  • No code block (0.5):
  • Low reputation (1):
Posted by: Neo