From d520c567cd26f3d94bd7bc40f1a0fc8a250cb24d Mon Sep 17 00:00:00 2001 From: Thomas Hackl <hackl@data-quest.de> Date: Thu, 28 Nov 2024 11:53:36 +0000 Subject: [PATCH] Resolve "Wiki/ContentBar/WYSIWYG: Tools des Editos an falscher Stelle" Closes #4922 Merge request studip/studip!3693 --- resources/assets/stylesheets/scss/responsive.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index 0a3b66f92b7..61818463ef0 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; + } } } -- GitLab