Merge pull request #1199 from umap-project/popup-overflow-x

We do not want horizontal overflow/scroll bar in popups
This commit is contained in:
Yohan Boniface 2023-07-11 22:43:05 +02:00 committed by GitHub
commit 67e7ec7424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1352,6 +1352,7 @@ a.add-datalayer:hover,
display: flex;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
}
.umap-popup-content iframe {
min-width: 310px;