Add height limit to autocomplete

This commit is contained in:
rubenwardy 2018-05-26 00:32:22 +01:00
parent 48ebc751e4
commit 2b7cc31b4b
No known key found for this signature in database
GPG Key ID: A1E29D52FF81513C
1 changed files with 3 additions and 0 deletions

View File

@ -120,6 +120,9 @@ input[type=text], input[type=password], textarea, select, .multichoice_selector
.ui-autocomplete {
background: #333 !important;
border: 1px solid #444 !important;
overflow-x: hidden;
overflow-y: auto;
max-height: 400px;
li {
display: block !important;