Merge pull request #11579 from nextcloud/stb14-dropdown-bottom-users-list-fix
[stable14] Force multiselect max-height to 5.5 items
This commit is contained in:
commit
316a3a501c
|
@ -760,7 +760,7 @@ input {
|
||||||
border: 1px solid var(--color-border-dark);
|
border: 1px solid var(--color-border-dark);
|
||||||
background: var(--color-main-background);
|
background: var(--color-main-background);
|
||||||
z-index: 50;
|
z-index: 50;
|
||||||
max-height: 250px;
|
max-height: 175px !important; // 5 items and a half
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
.multiselect__content {
|
.multiselect__content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
Loading…
Reference in New Issue