Do not force scroll on popup content

fix #1152
This commit is contained in:
Yohan Boniface 2023-06-20 20:08:14 +02:00
parent 5ec7b3e49a
commit 97fe3d7d20

View file

@ -1323,7 +1323,7 @@ a.add-datalayer:hover,
margin-bottom: 4px; margin-bottom: 4px;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-y: scroll; overflow-y: auto;
} }
.umap-popup-content iframe { .umap-popup-content iframe {
min-width: 310px; min-width: 310px;