Merge pull request #11571 from nextcloud/dropdown-bottom-users-list-fix
Force multiselect max-height to 5.5 items
This commit is contained in:
commit
ae71a5574f
1 changed files with 1 additions and 1 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue