diff options
-rw-r--r-- | core/css/inputs.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 99083ff1a57..9ad0896b3ef 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%; |