We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa6c594 commit 870a2bcCopy full SHA for 870a2bc
src/components/common/chip/ChipDropdown.tsx
@@ -75,7 +75,7 @@ function ChipDropdown(props: ChipProps) {
75
leaveTo="transform opacity-0 scale-95"
76
>
77
<Menu.Items className="absolute right-0 z-10 mt-2 origin-top-right bg-white rounded-md shadow-lg w-52 ring-1 ring-black ring-opacity-5 focus:outline-none">
78
- <div className='max-h-44 overflow-y-auto rounded-md p-2'>
+ <div className='max-h-56 overflow-y-auto rounded-md p-2'>
79
<div className="flex flex-col py-1">
80
<input
81
type="text"
0 commit comments