Fix: Set max height of autocomplete result list and enable scrolling

This commit is contained in:
Björn Fromme
2023-10-12 15:42:19 +02:00
parent 191619c451
commit bfd18b21ce
+1 -1
View File
@@ -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 {