mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
Force multiselect max-height to 5.5 items
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
8ede3f6346
commit
66664cf9a5
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