diff options
| author | Thomas Hackl <hackl@data-quest.de> | 2024-11-28 11:53:36 +0000 |
|---|---|---|
| committer | Thomas Hackl <hackl@data-quest.de> | 2024-11-28 11:53:36 +0000 |
| commit | d520c567cd26f3d94bd7bc40f1a0fc8a250cb24d (patch) | |
| tree | 0e44f2977e8ec85610683c593be48eef18a59dea | |
| parent | 37e9883568e8ea17a5cca02b0cb03b738e5ab223 (diff) | |
Resolve "Wiki/ContentBar/WYSIWYG: Tools des Editos an falscher Stelle"
Closes #4922
Merge request studip/studip!3693
| -rw-r--r-- | resources/assets/stylesheets/scss/responsive.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/resources/assets/stylesheets/scss/responsive.scss b/resources/assets/stylesheets/scss/responsive.scss index 0a3b66f..6181846 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; + } } } |
