Skip to content

Commit 9d6a3f8

Browse files
mnicptSteve Mask
andauthored
Fix fullscreen iframe height (#54)
Co-authored-by: Steve Mask <[email protected]>
1 parent f253def commit 9d6a3f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/overlay/style.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export function getSandboxStyle({ uid } : {| uid : string |}) : string {
4646
4747
#${ uid }.paypal-checkout-sandbox .paypal-checkout-sandbox-iframe-full {
4848
border: 0;
49-
height: 100vh;
49+
height: 100%;
5050
width: 100vw;
5151
}
5252

0 commit comments

Comments
 (0)