Reduce the `z-index` of the editor toolbar
authorAlexander Ebert <ebert@woltlab.com>
Sat, 26 Aug 2023 18:35:45 +0000 (20:35 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Sat, 26 Aug 2023 18:35:45 +0000 (20:35 +0200)
See https://www.woltlab.com/community/thread/301339-editor-beim-focus-scrollen-geht-%C3%BCber-das-men%C3%BC/

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

index 58b29fc02cd8b6b2f622e6aa6748a4ae6b832827..7a32ec14fe9d03e94dea36f2cbaf6703bbb3a2d1 100644 (file)
@@ -340,7 +340,7 @@ html[data-color-scheme="light"] .ck-body-wrapper .ck.ck-balloon-panel {
 }
 
 .ck.ck-sticky-panel__content {
-       --ck-z-modal: 400;
+       --ck-z-modal: 90;
 }
 
 html[data-color-scheme="dark"] {