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 63fcd5f commit ba34289Copy full SHA for ba34289
app/code/Magento/PageBuilder/view/adminhtml/web/template/page-builder.html
@@ -31,6 +31,6 @@
31
<with args="stage">
32
<render></render>
33
</with>
34
- <iframe width="1" height="1" attr="id: 'render_frame_' + id" sandbox="allow-scripts" style="display: none;"></iframe>
+ <iframe attr="id: 'render_frame_' + id" sandbox="allow-scripts" style="position: absolute; width:0; height:0; border: none;"></iframe>
35
</if>
36
</div>
0 commit comments