Skip to content

Commit b53c362

Browse files
committed
disable scroll
1 parent 6bcf3b4 commit b53c362

File tree

1 file changed

+1
-1
lines changed
  • packages/keychain/src/components/purchasenew/checkout/coinbase

1 file changed

+1
-1
lines changed

packages/keychain/src/components/purchasenew/checkout/coinbase/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export function CoinbaseCheckout() {
7979
<div className="h-full w-full px-10 flex justify-center">
8080
<iframe
8181
src={paymentLink}
82-
className="h-full w-full max-w-[440px] border-none"
82+
className="h-full w-full max-w-[440px] border-none overflow-hidden"
8383
allow="payment"
8484
title="Coinbase Onramp"
8585
onLoad={() => setIsLoaded(true)}

0 commit comments

Comments
 (0)