diff --git a/packages/edit-post/src/components/visual-editor/style.scss b/packages/edit-post/src/components/visual-editor/style.scss index fd76a8fb7bcd97..8696a841c24f2e 100644 --- a/packages/edit-post/src/components/visual-editor/style.scss +++ b/packages/edit-post/src/components/visual-editor/style.scss @@ -37,6 +37,10 @@ > * { cursor: auto; } + + > div { + min-height: 100%; + } } // Ideally this wrapper div is not needed but if we want to match the positioning of blocks