Skip to content

Commit

Permalink
Fix second scrollbar when editing patterns in the post editor (#62909)
Browse files Browse the repository at this point in the history
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: stokesman <presstoke@git.wordpress.org>
Co-authored-by: tellthemachines <isabel_brison@git.wordpress.org>
  • Loading branch information
4 people authored and gutenbergplugin committed Jun 28, 2024
1 parent c6bc947 commit 6155b66
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/edit-post/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 6155b66

Please sign in to comment.