forked from TFMM/silent-auction
fix: enable scrolling and show all options in tomselect
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user