From 26223ccc0aba10fbd5947e6ae8d1d12f38b957d6 Mon Sep 17 00:00:00 2001 From: Eli Ribble Date: Tue, 3 Feb 2026 23:11:19 +0000 Subject: [PATCH] Fix suggestion container offset --- html/static/js/address-or-report-suggestion.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/static/js/address-or-report-suggestion.js b/html/static/js/address-or-report-suggestion.js index 5b6ea627..7e8b995b 100644 --- a/html/static/js/address-or-report-suggestion.js +++ b/html/static/js/address-or-report-suggestion.js @@ -173,6 +173,7 @@ class AddressOrReportInput extends HTMLElement { overflow-y: auto; z-index: 1000; box-shadow: 0 4px 8px rgba(0,0,0,0.1); + top: 48px; } .suggestion-item { cursor: pointer;