Fix the `z-index` of the editor toolbar
authorAlexander Ebert <ebert@woltlab.com>
Fri, 12 Apr 2024 14:08:10 +0000 (16:08 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 12 Apr 2024 14:08:10 +0000 (16:08 +0200)
See https://www.woltlab.com/community/thread/305318-der-editor-%C3%BCberlagert-das-ober-dropdown-men%C3%BC/

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

index 447c327df9587d46b7563eeab23b2d696d7f50d4..6233ff5a2504ba2406abce87a8a4368fbaa45148 100644 (file)
@@ -363,6 +363,7 @@ html[data-color-scheme="light"] .ck-body-wrapper .ck.ck-balloon-panel {
 .ck.ck-sticky-panel__content,
 .ck.ck-balloon-panel {
        --ck-z-modal: 90;
+       --ck-z-panel: 91;
 }
 
 html[data-color-scheme="dark"] {