We do not want horizontal overflow/scroll bar in popups

fix #1198
This commit is contained in:
Yohan Boniface 2023-07-10 07:04:51 +02:00
parent 76f69d3172
commit 3978e46356

View file

@ -1352,6 +1352,7 @@ a.add-datalayer:hover,
display: flex; display: flex;
flex-direction: column; flex-direction: column;
overflow-y: auto; overflow-y: auto;
overflow-x: hidden;
} }
.umap-popup-content iframe { .umap-popup-content iframe {
min-width: 310px; min-width: 310px;