Skip to content

Commit

Permalink
Force multiselect max-height to 5.5 items
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
  • Loading branch information
skjnldsv committed Oct 3, 2018
1 parent 8ede3f6 commit 66664cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/css/inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
Expand Down

0 comments on commit 66664cf

Please sign in to comment.