Skip to content

Commit

Permalink
Merge pull request #11571 from nextcloud/dropdown-bottom-users-list-fix
Browse files Browse the repository at this point in the history
Force multiselect max-height to 5.5 items
  • Loading branch information
rullzer authored Oct 3, 2018
2 parents a92e8b4 + 66664cf commit ae71a55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ input {
border: 1px solid var(--color-border-dark);
background: var(--color-main-background);
z-index: 50;
max-height: 250px;
max-height: 175px !important; // 5 items and a half
overflow-y: auto;
.multiselect__content {
width: 100%;
Expand Down

0 comments on commit ae71a55

Please sign in to comment.