From 3978e46356ddab6fb66480522297cc960a2ff531 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Mon, 10 Jul 2023 07:04:51 +0200 Subject: [PATCH] We do not want horizontal overflow/scroll bar in popups fix #1198 --- 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 8ab5e394..4da92b16 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -1352,6 +1352,7 @@ a.add-datalayer:hover, display: flex; flex-direction: column; overflow-y: auto; + overflow-x: hidden; } .umap-popup-content iframe { min-width: 310px;