Fixed the autocomplete UI position issue
This commit is contained in:
parent
f8a5681b88
commit
d868b332f4
@ -1,4 +1,5 @@
|
|||||||
.autocomplete {
|
.autocomplete {
|
||||||
|
position: relative;
|
||||||
.autocomplete-option {
|
.autocomplete-option {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
@ -32,6 +33,9 @@
|
|||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
background-color: var(--bs-body-bg);
|
background-color: var(--bs-body-bg);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
top: 100%;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
z-index: 80;
|
z-index: 80;
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user