We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 470b513 commit fc0f6e8Copy full SHA for fc0f6e8
packages/web/src/pages/pay-and-earn-page/components/CashWallet.tsx
@@ -95,7 +95,9 @@ export const CashWallet = () => {
95
<Tooltip
96
text={walletMessages.cashBalanceTooltip}
97
placement='top'
98
- mount='page'
+ getPopupContainer={() =>
99
+ document.getElementById('page') ?? document.body
100
+ }
101
shouldWrapContent={false}
102
shouldDismissOnClick={false}
103
css={{ zIndex: zIndex.CASH_WALLET_TOOLTIP }}
0 commit comments