diff --git a/umap/static/umap/map.css b/umap/static/umap/map.css index b303047d..aea61b27 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -587,7 +587,8 @@ ul.photon-autocomplete { border-radius: 2px; } .leaflet-control-browse .umap-browse-datalayers { - height: max-content; + height: fit-content; + max-height: 40em; overflow-y: auto; resize: vertical; }