Fixed the autocomplete UI position issue
This commit is contained in:
parent
f8a5681b88
commit
d868b332f4
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user