Skip to content

Commit

Permalink
Merge pull request #2692 from Codeinwp/bugfix/krisha
Browse files Browse the repository at this point in the history
The Z-Index issue for Neve sidebar inside the editor
  • Loading branch information
abaicus authored Apr 9, 2021
2 parents 25e20b9 + 8be5868 commit 36923bc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions assets/scss/gutenberg-editor-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,11 @@
@import "gutenberg-editor/layout";
@import "gutenberg-editor/media-queries";
}

.neve-meta-button-group {
.components-button-group {
.components-button.is-primary:not(.import) {
z-index: inherit;
}
}
}

0 comments on commit 36923bc

Please sign in to comment.