Skip to content

Commit 33a24d1

Browse files
committed
Dashboard: Fix horizontal overflow in /bridge page
1 parent 9a4b1cb commit 33a24d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/bridge/components/bridge-page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ export function BridgePageUI(props: {
2020
<div className="grow flex flex-col">
2121
<BridgePageHeader />
2222

23-
<div className="flex grow items-center justify-center px-4 relative pt-12 pb-20 lg:py-28 min-h-[calc(100dvh-60px)]">
23+
<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">
2424
<DotsBackgroundPattern />
2525
<UniversalBridgeEmbed buyTab={props.buyTab} swapTab={props.swapTab} />
2626
</div>

0 commit comments

Comments
 (0)