Merge pull request #11571 from nextcloud/dropdown-bottom-users-list-fix

Force multiselect max-height to 5.5 items
This commit is contained in:
Roeland Jago Douma 2018-10-03 12:04:45 +02:00 committed by GitHub
commit ae71a5574f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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