Merge pull request #1128 from umap-project/1126-scroll-on-popup-overflow

Avoid popup content to extend beyond the space allowed
This commit is contained in:
Yohan Boniface 2023-06-06 18:44:04 +02:00 committed by GitHub
commit d034e89034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;