Skip to content

Commit

Permalink
refactor(CurrencySelect): increase 'max-height' of popover
Browse files Browse the repository at this point in the history
  • Loading branch information
kripod committed May 20, 2024
1 parent a2f38cd commit adf8519
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CurrencySelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export function CurrencySelect<const T extends string>({
/>
<ComboboxList
className={clsx(
"max-h-64 scroll-py-1 overflow-auto",
"max-h-96 scroll-py-1 overflow-auto",
!matchesEmpty && "p-1",
)}
>
Expand Down

0 comments on commit adf8519

Please sign in to comment.