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 d880523 commit 75fb1e3Copy full SHA for 75fb1e3
src/sections/JetpackBoost/index.js
@@ -135,8 +135,7 @@ const JetpackBoost = () => {
135
iframe = document.createElement( 'iframe' );
136
iframe.src = adminUrl;
137
document.body.appendChild( iframe );
138
- iframe.style.height = '500px';
139
- iframe.style.width = '100%';
+ iframe.style.height = '0';
140
iframe.onload = async function () {
141
try {
142
await new Promise( ( resolve ) => setTimeout( resolve, 500 ) );
0 commit comments