Merge pull request #1203 from umap-project/iframe-popup
Better fit iframe in popup
This commit is contained in:
commit
25d2d5adf5
1 changed files with 1 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue