From b9dbcbed61e21eafcef57b642a343a50010db735 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Mon, 2 Oct 2023 17:04:49 +0200 Subject: [PATCH] Reduce the `z-index` of the CKEditor logo See https://www.woltlab.com/community/thread/301804-ckeditor-copyright-%C3%BCberlagert-den-button-zur-verwaltung-gespeicherter-zitate/ --- 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 5a425e8a64..6cfcef594f 100644 --- a/wcfsetup/install/files/style/ui/ckeditor.scss +++ b/wcfsetup/install/files/style/ui/ckeditor.scss @@ -227,6 +227,7 @@ &.ck-powered-by-balloon { box-shadow: none; + z-index: 1; } } -- 2.20.1