Add height limit to autocomplete
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user