Skip to content

Commit

Permalink
Move white background to iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
ellatrix committed Dec 22, 2022
1 parent 870ec59 commit b8eca00
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,6 @@
}

.block-editor-iframe__body {
background-color: $white;
transition: all 0.3s;
transform-origin: top center;
}
1 change: 1 addition & 0 deletions packages/edit-site/src/components/block-editor/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
display: block;
width: 100%;
height: 100%;
background: $white;
}

&.is-focus-mode {
Expand Down

0 comments on commit b8eca00

Please sign in to comment.