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 f253def commit 9d6a3f8Copy full SHA for 9d6a3f8
src/overlay/style.js
@@ -46,7 +46,7 @@ export function getSandboxStyle({ uid } : {| uid : string |}) : string {
46
47
#${ uid }.paypal-checkout-sandbox .paypal-checkout-sandbox-iframe-full {
48
border: 0;
49
- height: 100vh;
+ height: 100%;
50
width: 100vw;
51
}
52
0 commit comments