Merge pull request #1439 from stefansundin/add-scroll-to-autocomplete

Add scrolling to autocomplete list
This commit is contained in:
Sami Vänttinen 2021-11-08 19:34:26 +02:00 committed by GitHub
commit d3aca6ea14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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