Skip to content

Commit 8819912

Browse files
fix: compatibility with gutenberg
1 parent e4c7462 commit 8819912

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

assets/scss/gutenberg-editor-style.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,9 @@
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);
11-
z-index: 99999;
1211
}
1312

1413
.wp-block {

0 commit comments

Comments
 (0)