We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bcf3b4 commit b53c362Copy full SHA for b53c362
packages/keychain/src/components/purchasenew/checkout/coinbase/index.tsx
@@ -79,7 +79,7 @@ export function CoinbaseCheckout() {
79
<div className="h-full w-full px-10 flex justify-center">
80
<iframe
81
src={paymentLink}
82
- className="h-full w-full max-w-[440px] border-none"
+ className="h-full w-full max-w-[440px] border-none overflow-hidden"
83
allow="payment"
84
title="Coinbase Onramp"
85
onLoad={() => setIsLoaded(true)}
0 commit comments