parent
8701358b2b
commit
4ee33c0434
1 changed files with 1 additions and 1 deletions
|
@ -1317,7 +1317,6 @@ a.add-datalayer:hover,
|
||||||
}
|
}
|
||||||
.leaflet-popup-content-wrapper {
|
.leaflet-popup-content-wrapper {
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
overflow-y: scroll;
|
|
||||||
}
|
}
|
||||||
.umap-popup-content {
|
.umap-popup-content {
|
||||||
max-height: 500px;
|
max-height: 500px;
|
||||||
|
@ -1325,6 +1324,7 @@ a.add-datalayer:hover,
|
||||||
margin-bottom: 4px;
|
margin-bottom: 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
overflow-y: scroll;
|
||||||
}
|
}
|
||||||
.umap-popup-content iframe {
|
.umap-popup-content iframe {
|
||||||
min-width: 310px;
|
min-width: 310px;
|
||||||
|
|
Loading…
Reference in a new issue