Merge pull request #1157 from umap-project/overflow-auto

Do not force scroll on popup content
This commit is contained in:
Yohan Boniface 2023-06-20 20:10:49 +02:00 committed by GitHub
commit be98f657aa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1323,7 +1323,7 @@ a.add-datalayer:hover,
margin-bottom: 4px;
display: flex;
flex-direction: column;
overflow-y: scroll;
overflow-y: auto;
}
.umap-popup-content iframe {
min-width: 310px;