diff --git a/apps/web/src/components/NetworkSwitcher.tsx b/apps/web/src/components/NetworkSwitcher.tsx index 07949e3e6f6e3..cf5f3afd9e078 100644 --- a/apps/web/src/components/NetworkSwitcher.tsx +++ b/apps/web/src/components/NetworkSwitcher.tsx @@ -148,7 +148,7 @@ export const NetworkSwitcher = () => { const symbol = NATIVE[foundChain?.id]?.symbol ?? foundChain?.nativeCurrency?.symbol const { targetRef, tooltip, tooltipVisible } = useTooltip( t('Unable to switch network. Please try it on your wallet'), - { placement: 'auto' }, + { placement: 'bottom' }, ) const cannotChangeNetwork = !canSwitch