Prevent floating panels from overlaying the toolbar menus
authorAlexander Ebert <ebert@woltlab.com>
Thu, 23 Nov 2023 11:15:06 +0000 (12:15 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 23 Nov 2023 11:15:06 +0000 (12:15 +0100)
See https://www.woltlab.com/community/thread/302354-tabellen-optionen-%C3%BCberlagern-absatzoptionen/

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

index d8bfe3deb1af4b36edd6774e6fe0ecc27e1bdb99..cc717704b6970dc59561389ceae21eb9f30d66ef 100644 (file)
@@ -276,9 +276,6 @@ html[data-color-scheme="light"] .ck-body-wrapper .ck.ck-balloon-panel {
        border-radius: 0 !important;
 }
 
-.ck.ck-sticky-panel__content {
-       --ck-z-modal: 1;
-}
 .ck.ck-sticky-panel .ck-sticky-panel__content_sticky {
        box-shadow: none !important;
 }
@@ -363,7 +360,8 @@ html[data-color-scheme="light"] .ck-body-wrapper .ck.ck-balloon-panel {
        fill: var(--wcfContentText);
 }
 
-.ck.ck-sticky-panel__content {
+.ck.ck-sticky-panel__content,
+.ck.ck-balloon-panel {
        --ck-z-modal: 90;
 }