Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add box-sizing to edit-post-visual-editor to avoid second scrollbar
  • Loading branch information
talldan committed Jun 27, 2024
commit 5125a0be5876161c43486d47da03836f81b846c4
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