Skip to content

Commit 5098f84

Browse files
committed
height fix for walletList
1 parent 1d14d9d commit 5098f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/modal/src/ui/components/ConnectWallet/ConnectWalletList/ConnectWalletList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function ConnectWalletList(props: ConnectWalletListProps) {
9696

9797
return (
9898
<>
99-
<ul className={cn("w3a--overflow-y-auto w3a--flex w3a--flex-col w3a--gap-y-2 w3a--h-[calc(100dvh_-_420px)]")}>
99+
<ul className={cn("w3a--overflow-y-auto w3a--flex w3a--flex-col w3a--gap-y-2 w3a--h-[400px]")}>
100100
{externalButtons.length === 0 ? (
101101
<NoWalletsFound />
102102
) : (

0 commit comments

Comments
 (0)