Make dropdown height 6 1/2 entries

Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
Julius Härtl 2018-10-23 09:21:33 +02:00
parent 3313c0142d
commit 192324e4de
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 2 additions and 2 deletions

View File

@ -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;