kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
make fuzzy-search-input taller by default
rodzic
c87c17546d
commit
9bcc807e4c
|
@ -188,7 +188,7 @@ function FuzzySearchInput<T extends Record<string, any> | string>({
|
||||||
<ul
|
<ul
|
||||||
id={listboxId}
|
id={listboxId}
|
||||||
role='listbox'
|
role='listbox'
|
||||||
className='absolute z-10 mt-1 max-h-60 w-full overflow-y-auto rounded-md border border-gray-300 bg-white shadow-lg dark:border-gray-600 dark:bg-gray-800'
|
className='absolute z-10 mt-1 max-h-96 w-full overflow-y-auto rounded-md border border-gray-300 bg-white shadow-lg dark:border-gray-600 dark:bg-gray-800'
|
||||||
>
|
>
|
||||||
{suggestions.map((item, index) => {
|
{suggestions.map((item, index) => {
|
||||||
const isActive = index === activeIndex;
|
const isActive = index === activeIndex;
|
||||||
|
|
Ładowanie…
Reference in New Issue