Skip to content

Commit 911d625

Browse files
committed
Fix some bugs and major imporvment
1 parent 6da41ac commit 911d625

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dist/select2-bootstrap5.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/select2-bootstrap5.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scss/select2-bootstrap5.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@
168168

169169
.select2-results {
170170
& > .select2-results__options {
171-
max-height: 60vh;
171+
max-height: 200vh;
172172
overflow-y: auto;
173173
}
174174
}

0 commit comments

Comments
 (0)