We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d14d9d commit 5098f84Copy full SHA for 5098f84
packages/modal/src/ui/components/ConnectWallet/ConnectWalletList/ConnectWalletList.tsx
@@ -96,7 +96,7 @@ function ConnectWalletList(props: ConnectWalletListProps) {
96
97
return (
98
<>
99
- <ul className={cn("w3a--overflow-y-auto w3a--flex w3a--flex-col w3a--gap-y-2 w3a--h-[calc(100dvh_-_420px)]")}>
+ <ul className={cn("w3a--overflow-y-auto w3a--flex w3a--flex-col w3a--gap-y-2 w3a--h-[400px]")}>
100
{externalButtons.length === 0 ? (
101
<NoWalletsFound />
102
) : (
0 commit comments