From: Alexander Ebert Date: Fri, 12 Apr 2024 14:08:10 +0000 (+0200) Subject: Fix the `z-index` of the editor toolbar X-Git-Tag: 6.0.12_dev_1~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c71156b0e0f8936264b9c5ff80894f34b66521b0;p=GitHub%2FWoltLab%2FWCF.git Fix the `z-index` of the editor toolbar See https://www.woltlab.com/community/thread/305318-der-editor-%C3%BCberlagert-das-ober-dropdown-men%C3%BC/ --- diff --git a/wcfsetup/install/files/style/ui/ckeditor.scss b/wcfsetup/install/files/style/ui/ckeditor.scss index 447c327df9..6233ff5a25 100644 --- a/wcfsetup/install/files/style/ui/ckeditor.scss +++ b/wcfsetup/install/files/style/ui/ckeditor.scss @@ -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"] {