Skip to content

Commit

Permalink
Merge pull request #312 from mlocati/cke-maximize-zindex
Browse files Browse the repository at this point in the history
  • Loading branch information
aembler authored Oct 13, 2023
2 parents 554edab + fdb678a commit 3b2e70a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/ckeditor/scss/concrete.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@
.cke_panel {
z-index: $index-level-editor-toolbar-dropdown !important;
}

// Fix z-index issue with Maximize plugin
// See https://github.com/concretecms/concretecms/issues/11679
div[role=dialog] .cke_maximized {
z-index: 2000 !important;
}

0 comments on commit 3b2e70a

Please sign in to comment.