Modal Drop-Down Position
Specify where should the dropdown menu open relative to the Connect Wallet Button.
<ConnectWallet
dropdownPosition={{
side: "bottom", // "top" | "bottom" | "left" | "right";
align: "end", // "start" | "center" | "end";
}}
/>