Force multiselect max-height to 5.5 items

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-10-03 08:33:24 +02:00
parent 029aa8e9c0
commit 22973fafee
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

View file

@ -760,7 +760,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%;