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 8ede3f6346
commit 66664cf9a5
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF

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