Skip to content

Commit 870a2bc

Browse files
committed
Code Improvement
1 parent aa6c594 commit 870a2bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/chip/ChipDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ function ChipDropdown(props: ChipProps) {
7575
leaveTo="transform opacity-0 scale-95"
7676
>
7777
<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'>
78+
<div className='max-h-56 overflow-y-auto rounded-md p-2'>
7979
<div className="flex flex-col py-1">
8080
<input
8181
type="text"

0 commit comments

Comments
 (0)