From b1179a7443f3c68d112795af920de21575032f9f Mon Sep 17 00:00:00 2001 From: David Larlet Date: Tue, 6 Jun 2023 09:10:51 -0400 Subject: [PATCH] Avoid popup content to extend beyond the space allowed Fix #1126 --- umap/static/umap/map.css | 1 + 1 file changed, 1 insertion(+) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index d7e3f0e9..22783daf 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -1316,6 +1316,7 @@ a.add-datalayer:hover, } .leaflet-popup-content-wrapper { border-radius: 4px; + overflow-y: scroll; } .umap-popup-content { max-height: 500px;