Fixed the autocomplete UI position issue

This commit is contained in:
Colin Dawson 2026-01-31 22:34:10 +00:00
parent f8a5681b88
commit d868b332f4

View File

@ -1,4 +1,5 @@
.autocomplete {
position: relative;
.autocomplete-option {
width: 100%;
height: 30px;
@ -32,6 +33,9 @@
border-radius: 5px;
background-color: var(--bs-body-bg);
position: absolute;
top: 100%;
left: 0;
right: 0;
max-height: 400px;
z-index: 80;
padding: 5px;