diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index ca1c00d1..b303047d 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -1317,7 +1317,6 @@ a.add-datalayer:hover, } .leaflet-popup-content-wrapper { border-radius: 4px; - overflow-y: scroll; } .umap-popup-content { max-height: 500px; @@ -1325,6 +1324,7 @@ a.add-datalayer:hover, margin-bottom: 4px; display: flex; flex-direction: column; + overflow-y: scroll; } .umap-popup-content iframe { min-width: 310px;