Skip to content
Snippets Groups Projects
Commit 0c1ed63c authored by Sascha Eggenberger's avatar Sascha Eggenberger
Browse files

Issue #3418963 by saschaeggi, Josue2591, wrd-oaitsd, callinmullaney: CKEditor...

Issue #3418963 by saschaeggi, Josue2591, wrd-oaitsd, callinmullaney: CKEditor 5 full screen toolbar overlaps content in Gin theme
parent d66a7f2b
Branches 1.x
Tags 1.1.4
No related merge requests found
Pipeline #169531 passed
......@@ -54,6 +54,10 @@
top: calc(var(--gin-toolbar-y-offset) + var(--gin-sticky-offset)) !important;
}
.ck[data-fullscreen=fullscreeneditor] .ck-sticky-panel__content.ck-sticky-panel__content_sticky {
top: 0 !important;
}
.ck .ck-toolbar__separator {
opacity: .3;
}
......
......@@ -71,6 +71,10 @@
top: calc(var(--gin-toolbar-y-offset) + var(--gin-sticky-offset)) !important;
}
&[data-fullscreen="fullscreeneditor"] .ck-sticky-panel__content.ck-sticky-panel__content_sticky {
top: 0 !important;
}
.ck-toolbar__separator {
opacity: .3;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment