jQuery UI dropdown: correct max-height of 4 1/2 entries

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
This commit is contained in:
Jan-Christoph Borchardt 2016-11-17 23:48:42 +01:00
parent 9eff298fa8
commit 3d3db5bc1a
1 changed files with 3 additions and 3 deletions

View File

@ -182,9 +182,9 @@ a.showCruds:hover,a.unshare:hover {
}
.ui-autocomplete { /* limit dropdown height to 4 1/2 entries */
max-height:103px;
overflow-y:auto;
overflow-x:hidden;
max-height: 200px;
overflow-y: auto;
overflow-x: hidden;
}
.notCreatable {