Skip to content

Commit

Permalink
Make dropdown height 6 1/2 entries
Browse files Browse the repository at this point in the history
Signed-off-by: Julius Härtl <[email protected]>
  • Loading branch information
juliusknorr committed Oct 23, 2018
1 parent 87f7406 commit 84e9e58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/files_sharing/css/sharetabview.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 84e9e58

Please sign in to comment.