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:
commit
d034e89034
1 changed files with 1 additions and 0 deletions
|
@ -1316,6 +1316,7 @@ a.add-datalayer:hover,
|
||||||
}
|
}
|
||||||
.leaflet-popup-content-wrapper {
|
.leaflet-popup-content-wrapper {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
.umap-popup-content {
|
.umap-popup-content {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
|
|
Loading…
Reference in a new issue