Fix suggestion container offset

This commit is contained in:
Eli Ribble 2026-02-03 23:11:19 +00:00
parent a9e333b73a
commit 26223ccc0a
No known key found for this signature in database

View file

@ -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;