diff --git a/packages/edit-post/src/style.scss b/packages/edit-post/src/style.scss index a95c02242644b..f77c8122ca2e5 100644 --- a/packages/edit-post/src/style.scss +++ b/packages/edit-post/src/style.scss @@ -31,11 +31,13 @@ body.js.block-editor-page { } } -// Target the editor UI excluding the visual editor contents, metaboxes and custom fields areas. +// Target the editor UI excluding the non-iframed visual editor contents, metaboxes +// and custom fields areas. .editor-header, .editor-text-editor, .editor-sidebar, -.editor-post-publish-panel { +.editor-post-publish-panel, +.edit-post-visual-editor.is-iframed { @include reset; }