diff --git a/theme/classiceditor.css b/theme/classiceditor.css index 4684ebf..70b2597 100644 --- a/theme/classiceditor.css +++ b/theme/classiceditor.css @@ -3,14 +3,14 @@ * For licensing, see LICENSE.md. */ -.ck-editor { +.ck.ck-editor { /* All the elements within `.ck-editor` are positioned relatively to it. If any element needs to be positioned with respect to the , etc., it must land outside of the `.ck-editor` in DOM. */ position: relative; -} -.ck-editor__top .ck-sticky-panel .ck-toolbar { - /* https://github.com/ckeditor/ckeditor5-editor-classic/issues/62 */ - z-index: var(--ck-z-modal); + & .ck-editor__top .ck-sticky-panel .ck-toolbar { + /* https://github.com/ckeditor/ckeditor5-editor-classic/issues/62 */ + z-index: var(--ck-z-modal); + } }