Skip to content
Snippets Groups Projects

Issue #3418963: CKEditor 5 full screen toolbar overlaps content in Gin theme

Open Pradhuman Jain requested to merge issue/gin-3418963:3418963-ckeditor-5-full into 8.x-3.x
2 files
+ 33
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -107,3 +107,16 @@
@@ -107,3 +107,16 @@
background: var(--ck-color-image-caption-background);
background: var(--ck-color-image-caption-background);
}
}
 
.ck [data-fullscreen=fullscreeneditor] .ck .ck.ck-sticky-panel .ck-sticky-panel__content {
 
top: 0 !important;
 
}
 
 
.ck [data-fullscreen=fullscreeneditor] .ck .ck.ck-editor__editable {
 
max-height: 100%;
 
}
 
 
.ck .toolbar-horizontal [data-fullscreen=fullscreeneditor].ck.ck-editor,
 
.ck .toolbar-horizontal [data-fullscreen=fullscreeneditor] .ck .ck.ck-sticky-panel .ck-sticky-panel__content.ck-sticky-panel__content_sticky {
 
top: var(--gin-toolbar-y-offset) !important;
 
}
 
Loading