You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Click on the point feature. We can see a very long attribute table, where all the details are not visible in a leaflet mapviewer. So making the list in the popup scrollable would be the best idea.
TODO:
Add max-height: 250px; overflow-y: auto; in .leaflet-popup-content in leaflet.css.
.leaflet-popup-content {
margin: 13px 19px;
line-height: 1.4;
/* Optional: Ensures content doesn't force the width out */
max-height: 250px;
overflow-y: auto;
}
Reproduction:
https://www.geoportal.hessen.de/linked_open_data/
Go to: Feuerwehren Kreis Groß-Gerau
ft1:Feuerwehrstandorte
Click on the point feature. We can see a very long attribute table, where all the details are not visible in a leaflet mapviewer. So making the list in the popup scrollable would be the best idea.
TODO:
Add max-height: 250px; overflow-y: auto; in .leaflet-popup-content in leaflet.css.
Before:
After:
20260803-0734-35.5575474.mp4