fix: enable scrolling and show all options in tomselect

This commit is contained in:
2026-05-01 14:44:44 -04:00
parent c63ca6626e
commit 3703ed569a
@@ -13,6 +13,10 @@
background-color: #ffffff !important;
color: #1d273b !important;
}
.ts-dropdown-content {
max-height: 300px !important;
overflow-y: auto !important;
}
.ts-dropdown .active {
background-color: #f1f5f9 !important;
}
@@ -34,6 +38,7 @@
copyClassesToDropdown: false,
dropdownParent: 'body',
controlInput: '<input>',
maxOptions: null,
sortField: [{
field: 'text',
direction: 'asc',