Better fit iframe in popup
This commit is contained in:
parent
c2d8e93e8e
commit
5088d97ca0
1 changed files with 1 additions and 2 deletions
|
@ -1355,7 +1355,7 @@ a.add-datalayer:hover,
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
.umap-popup-content iframe {
|
.umap-popup-content iframe {
|
||||||
min-width: 310px;
|
min-width: 300px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.umap-popup-content tr:nth-child(odd) {
|
.umap-popup-content tr:nth-child(odd) {
|
||||||
|
@ -1373,7 +1373,6 @@ a.add-datalayer:hover,
|
||||||
}
|
}
|
||||||
.umap-popup-container {
|
.umap-popup-container {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
padding: 0 10px;
|
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
.leaflet-popup-content h3 {
|
.leaflet-popup-content h3 {
|
||||||
|
|
Loading…
Reference in a new issue