We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e70db92 commit 1863e49Copy full SHA for 1863e49
packages/block-editor/src/components/block-canvas/style.scss
@@ -1,7 +1,7 @@
1
iframe[name="editor-canvas"] {
2
+ box-sizing: border-box;
3
width: 100%;
4
height: 100%;
5
display: block;
- background-color: $gray-300;
6
- box-sizing: border-box;
+ background-color: transparent;
7
}
packages/edit-site/src/components/layout/style.scss
@@ -4,6 +4,11 @@
color: $gray-400;
display: flex;
flex-direction: column;
+
8
+ // Show a dark background in "frame" mode to avoid edge artifacts.
9
+ &:not(.is-full-canvas) .editor-visual-editor {
10
+ background: $gray-900;
11
+ }
12
13
14
.edit-site-layout__hub {
0 commit comments