Add scrolling to autocomplete list. This makes long lists easier to use.

This commit is contained in:
Stefan Sundin 2021-11-07 13:04:50 -08:00
parent 1c3538f316
commit e864ffacf9

View file

@ -1,5 +1,7 @@
.kpxcAutocomplete-items {
position: absolute !important;
max-height: 250px;
overflow-y: auto;
}
.kpxcAutocomplete-items div {