Skip to content

Commit 75fb1e3

Browse files
committed
hide iFrame
1 parent d880523 commit 75fb1e3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/sections/JetpackBoost/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ const JetpackBoost = () => {
135135
iframe = document.createElement( 'iframe' );
136136
iframe.src = adminUrl;
137137
document.body.appendChild( iframe );
138-
iframe.style.height = '500px';
139-
iframe.style.width = '100%';
138+
iframe.style.height = '0';
140139
iframe.onload = async function () {
141140
try {
142141
await new Promise( ( resolve ) => setTimeout( resolve, 500 ) );

0 commit comments

Comments
 (0)