From b6b6139c79a493545370df6541a2c99b19a0f31c Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Fri, 15 Dec 2023 16:19:31 +0100 Subject: [PATCH] Hide overflow from tilelayer title for now --- 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 b3a6141b..4c14bfc6 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -171,6 +171,7 @@ .leaflet-iconLayers-layerTitleContainer { display: none; left: 0; + overflow: hidden; } .leaflet-iconLayers-layerTitle { text-align: center;