From 4ee33c04349c92af9e764d6e6284ec45be2e7eb0 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 16 Jun 2023 19:06:53 +0200 Subject: [PATCH] Move overflow-y directive to umap-popup-content fix #1146 --- 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 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;