diff --git a/resources/views/components/tomselect.blade.php b/resources/views/components/tomselect.blade.php index b488959..5035c54 100644 --- a/resources/views/components/tomselect.blade.php +++ b/resources/views/components/tomselect.blade.php @@ -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: '', + maxOptions: null, sortField: [{ field: 'text', direction: 'asc',