From 22973fafeeb18389a09f8e27eb0331a258594e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Molakvo=C3=A6=20=28skjnldsv=29?= Date: Wed, 3 Oct 2018 08:33:24 +0200 Subject: [PATCH] Force multiselect max-height to 5.5 items MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- core/css/inputs.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 99083ff1a5..9ad0896b3e 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -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%;