When a label or popup in a map is at the edge of the div containing the leaflet map, almost always at the right or the top, the overflow is cut off. Easiest to demonstrate with a screen shot:
I think that it would be possible, if tricky, to fix this. There are styles for the popups and labels. I would think that changing the z-index on them would do the trick, but only if the divs containing the leaflet map were likewise raised. Leaflet sets z-indexes on its various container divs, but somehow there is some problem with the stacking order for leaflet map that I haven't been able to figure out.
When a label or popup in a map is at the edge of the div containing the leaflet map, almost always at the right or the top, the overflow is cut off. Easiest to demonstrate with a screen shot:
I think that it would be possible, if tricky, to fix this. There are styles for the popups and labels. I would think that changing the z-index on them would do the trick, but only if the divs containing the leaflet map were likewise raised. Leaflet sets z-indexes on its various container divs, but somehow there is some problem with the stacking order for leaflet map that I haven't been able to figure out.