Skip to content

Commit

Permalink
Fix style book background color. (#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

1 comment on commit c1a2132

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in c1a2132.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12393844288
📝 Reported issues:

Please sign in to comment.