Skip to content

Commit 6202f4f

Browse files
authored
Merge pull request #1034 from jonasled/patch-2
don't fix the select height, to fix multiline select
2 parents b42cc9e + 30fa63b commit 6202f4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/scss/selectize.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,3 +190,7 @@
190190
.selectize-dropdown .optgroup:first-child {
191191
border-top: 0 none;
192192
}
193+
194+
.custom-select {
195+
height: auto;
196+
}

0 commit comments

Comments
 (0)