Merge pull request #1203 from umap-project/iframe-popup

Better fit iframe in popup
This commit is contained in:
Yohan Boniface 2023-07-15 09:37:16 +02:00 committed by GitHub
commit 25d2d5adf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1355,7 +1355,7 @@ a.add-datalayer:hover,
overflow-x: hidden;
}
.umap-popup-content iframe {
min-width: 310px;
min-width: 300px;
max-width: 100%;
}
.umap-popup-content tr:nth-child(odd) {
@ -1373,7 +1373,6 @@ a.add-datalayer:hover,
}
.umap-popup-container {
flex-grow: 1;
padding: 0 10px;
word-break: break-word;
}
.leaflet-popup-content h3 {