Skip to content
Snippets Groups Projects
Unverified Commit 66664cf9 authored by John Molakvoæ's avatar John Molakvoæ
Browse files

Force multiselect max-height to 5.5 items

parent 8ede3f63
No related branches found
No related tags found
No related merge requests found
...@@ -761,7 +761,7 @@ input { ...@@ -761,7 +761,7 @@ input {
border: 1px solid var(--color-border-dark); border: 1px solid var(--color-border-dark);
background: var(--color-main-background); background: var(--color-main-background);
z-index: 50; z-index: 50;
max-height: 250px; max-height: 175px !important; // 5 items and a half
overflow-y: auto; overflow-y: auto;
.multiselect__content { .multiselect__content {
width: 100%; width: 100%;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment