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 9a4b1cb commit 33a24d1Copy full SHA for 33a24d1
apps/dashboard/src/app/bridge/components/bridge-page.tsx
@@ -20,7 +20,7 @@ export function BridgePageUI(props: {
20
<div className="grow flex flex-col">
21
<BridgePageHeader />
22
23
- <div className="flex grow items-center justify-center px-4 relative pt-12 pb-20 lg:py-28 min-h-[calc(100dvh-60px)]">
+ <div className="flex grow items-center justify-center px-4 relative pt-12 pb-20 lg:py-28 min-h-[calc(100dvh-60px)] overflow-hidden">
24
<DotsBackgroundPattern />
25
<UniversalBridgeEmbed buyTab={props.buyTab} swapTab={props.swapTab} />
26
</div>
0 commit comments