Skip to content

Commit 3f64ee9

Browse files
Merge pull request #4480 from Codeinwp/bugfix/4479
Ensured compatibility with Gutenberg v22.6.0
2 parents cf509ef + 8819912 commit 3f64ee9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/scss/gutenberg-editor-style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
-webkit-font-smoothing: antialiased;
66
-moz-osx-font-smoothing: grayscale;
77

8-
&, > * {
8+
&, > *:not(.block-canvas-cover) {
99
background-color: var(--nv-site-bg);
1010
color: var(--nv-text-color);
1111
}

0 commit comments

Comments
 (0)