Skip to content

Commit

Permalink
Fix style book background color. (WordPress#68088)
Browse files Browse the repository at this point in the history
Co-authored-by: jasmussen <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
  • Loading branch information
3 people authored Dec 18, 2024
1 parent 96e5b19 commit c1a2132
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
.edit-site-editor-canvas-container {
height: 100%;

// This is the gray background color that's applied behind "isolation mode".
// The color normally comes from .editor-visual-editor, but that class is missing here.
background-color: $gray-300;

// Controls height of editor and editor canvas container (style book, global styles revisions previews etc.)
iframe {
display: block;
Expand Down

0 comments on commit c1a2132

Please sign in to comment.