Make dropdown height 6 1/2 entries
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
3313c0142d
commit
192324e4de
1 changed files with 2 additions and 2 deletions
|
@ -224,8 +224,8 @@
|
|||
}
|
||||
|
||||
.ui-autocomplete {
|
||||
/* limit dropdown height to 7 entries */
|
||||
max-height: calc(36px * 7);
|
||||
/* limit dropdown height to 6 1/2 entries */
|
||||
max-height: calc(36px * 6.5);
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
z-index: 1550 !important;
|
||||
|
|
Loading…
Reference in a new issue