Avoid popup content to extend beyond the space allowed

Fix #1126
This commit is contained in:
David Larlet 2023-06-06 09:10:51 -04:00
parent 33e85703a3
commit b1179a7443
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD

View file

@ -1316,6 +1316,7 @@ a.add-datalayer:hover,
}
.leaflet-popup-content-wrapper {
border-radius: 4px;
overflow-y: scroll;
}
.umap-popup-content {
max-height: 500px;