mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-08 22:17:34 +01:00
Add height limit to autocomplete
This commit is contained in:
parent
48ebc751e4
commit
2b7cc31b4b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user