Force toolbar panels to be rendered above the content
authorAlexander Ebert <ebert@woltlab.com>
Tue, 8 Aug 2023 16:59:14 +0000 (18:59 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Tue, 8 Aug 2023 16:59:14 +0000 (18:59 +0200)
See https://www.woltlab.com/community/thread/301009-editor-logo-stets-im-vordergrund-mobil/

wcfsetup/install/files/style/ui/ckeditor.scss

index f40bf64bacafa1fb98d0d0d2bd93c1965a28bfae..17cc7cdcba33347ba854b141c14cf2624412b22c 100644 (file)
@@ -335,6 +335,10 @@ html[data-color-scheme="light"] .ck-body-wrapper .ck.ck-balloon-panel {
        fill: var(--wcfContentText);
 }
 
+.ck.ck-sticky-panel__content {
+       --ck-z-modal: 400;
+}
+
 html[data-color-scheme="dark"] {
        .ck.ck-editor,
        .ck.ck-body {