Skip to content

Commit

Permalink
Post editor: Fix triple scrollbars in device previews (#62940)
Browse files Browse the repository at this point in the history
* Fix triple scrollbars in post editor

* Restore flex of VisualEditor when metaboxes are present

Co-authored-by: stokesman <presstoke@git.wordpress.org>
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: t-hamano <wildworks@git.wordpress.org>
  • Loading branch information
4 people authored and gutenbergplugin committed Jun 28, 2024
1 parent b9db3e1 commit ec9720d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/layout/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.editor-visual-editor {
.edit-post-layout.has-metaboxes .edit-post-visual-editor {
flex: 1 0 auto;
height: auto;
}
Expand Down

0 comments on commit ec9720d

Please sign in to comment.