From 97fe3d7d2037f385b35ef63949854be9a79254b2 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Tue, 20 Jun 2023 20:08:14 +0200 Subject: [PATCH] Do not force scroll on popup content fix #1152 --- umap/static/umap/map.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 0a1f937c..745c7bf6 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -1323,7 +1323,7 @@ a.add-datalayer:hover, margin-bottom: 4px; display: flex; flex-direction: column; - overflow-y: scroll; + overflow-y: auto; } .umap-popup-content iframe { min-width: 310px;