Skip to content

Commit 30fa63b

Browse files
authored
don't fix the select height, to fix multiline select
1 parent 1a64d44 commit 30fa63b

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)