Skip to content

Commit

Permalink
fix: remove max height from account dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
chambaz committed Feb 14, 2025
1 parent 44068ac commit f403f8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ export const WalletAuthAccounts = ({
</div>
<div
className={cn(
"grid gap-2 max-h-[246px] overflow-y-auto",
"grid gap-2",
isActivatingAccount !== null && "pointer-events-none animate-pulsate"
)}
>
Expand Down

0 comments on commit f403f8a

Please sign in to comment.