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;
|
background-color: #ffffff !important;
|
||||||
color: #1d273b !important;
|
color: #1d273b !important;
|
||||||
}
|
}
|
||||||
|
.ts-dropdown-content {
|
||||||
|
max-height: 300px !important;
|
||||||
|
overflow-y: auto !important;
|
||||||
|
}
|
||||||
.ts-dropdown .active {
|
.ts-dropdown .active {
|
||||||
background-color: #f1f5f9 !important;
|
background-color: #f1f5f9 !important;
|
||||||
}
|
}
|
||||||
@@ -34,6 +38,7 @@
|
|||||||
copyClassesToDropdown: false,
|
copyClassesToDropdown: false,
|
||||||
dropdownParent: 'body',
|
dropdownParent: 'body',
|
||||||
controlInput: '<input>',
|
controlInput: '<input>',
|
||||||
|
maxOptions: null,
|
||||||
sortField: [{
|
sortField: [{
|
||||||
field: 'text',
|
field: 'text',
|
||||||
direction: 'asc',
|
direction: 'asc',
|
||||||
|
|||||||
Reference in New Issue
Block a user