From c71156b0e0f8936264b9c5ff80894f34b66521b0 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 12 Apr 2024 16:08:10 +0200 Subject: [PATCH] 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/ --- wcfsetup/install/files/style/ui/ckeditor.scss | 1 + 1 file changed, 1 insertion(+) 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"] { -- 2.20.1