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