Skip to content

Commit

Permalink
Fix theme background regression.
Browse files Browse the repository at this point in the history
This PR fixes that.
  • Loading branch information
Joen Asmussen committed Nov 22, 2019
1 parent c1ccf04 commit b153374
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/edit-post/src/components/layout/style.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
// This min-height is there to ensure the editing canvas extends at least to the full height available.
// This ensures a theme that uses a background color other than white doesn't look cropped without content.
.edit-post-visual-editor {
min-height: 100%;
}

.edit-post-layout__metaboxes {
flex-shrink: 0;
}
Expand Down

0 comments on commit b153374

Please sign in to comment.