From 50f23b4e02569fb90340e1cae065b5555854ac86 Mon Sep 17 00:00:00 2001 From: Yohan Boniface Date: Wed, 9 Apr 2025 09:41:37 +0200 Subject: [PATCH] fix: fix text overflow on search results --- 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 ebfb5862..a1dc9fe1 100644 --- a/umap/static/umap/map.css +++ b/umap/static/umap/map.css @@ -325,6 +325,7 @@ ul.photon-autocomplete { } .umap-edit-enabled .photon-autocomplete li.on .search-result-tools { display: flex; + position: relative; }