From a3abd5394e5129d0bbe111164ebca72d6999be86 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Sun, 17 Dec 2023 10:58:02 +0100 Subject: [PATCH] Increase iconlayers titles on hover --- umap/static/umap/map.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index 4c14bfc6..ccd5ed48 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -172,6 +172,8 @@ display: none; left: 0; overflow: hidden; + min-height: 1.5rem; + height: 1.5rem; } .leaflet-iconLayers-layerTitle { text-align: center; @@ -184,6 +186,9 @@ .leaflet-iconLayers:hover .leaflet-iconLayers-layerTitleContainer { display: initial; } +.leaflet-iconLayers-layerCell:hover .leaflet-iconLayers-layerTitleContainer { + height: initial; +}