diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index 0a3b66f92b746d60418a4e7415da09d7a953f131..61818463ef0113986542756753b1b3a4ab8731c0 100644 --- a/resources/assets/stylesheets/scss/responsive.scss +++ b/resources/assets/stylesheets/scss/responsive.scss @@ -680,6 +680,11 @@ html:not(.responsive-display):not(.fullscreen-mode) { margin-top: -5px; width: 100%; } + + // See https://github.com/ckeditor/ckeditor5/issues/5465 why this is necessary + .ck .ck-sticky-panel .ck-sticky-panel__content_sticky { + top: 120px !important; + } } }