From 66664cf9a59d69d574a3c21c3b808aba2e7968be 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 4195cb1dea..d28884d0c5 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -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%;