Fix: Set max height of autocomplete result list and enable scrolling
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete-result-list {
|
.autocomplete-result-list {
|
||||||
@apply bg-white shadow-md;
|
@apply bg-white shadow-md max-h-64 overflow-y-auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.autocomplete-result {
|
.autocomplete-result {
|
||||||
|
|||||||
Reference in New Issue
Block a user