Skip to content
Snippets Groups Projects
Commit d520c567 authored by Thomas Hackl's avatar Thomas Hackl
Browse files

Resolve "Wiki/ContentBar/WYSIWYG: Tools des Editos an falscher Stelle"

Closes #4922

Merge request studip/studip!3693
parent 37e98835
No related branches found
No related tags found
No related merge requests found
...@@ -680,6 +680,11 @@ html:not(.responsive-display):not(.fullscreen-mode) { ...@@ -680,6 +680,11 @@ html:not(.responsive-display):not(.fullscreen-mode) {
margin-top: -5px; margin-top: -5px;
width: 100%; 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;
}
} }
} }
......
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