From 06e1b0f72078e3855647dfaa5cbe777c8ed3f207 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Mon, 24 Mar 2025 19:36:42 +0200 Subject: [PATCH] fix(client): tooltip overlapping with CKEditor pane (closes #844) --- src/public/stylesheets/style.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 9a01cb9a7..742757e59 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -579,11 +579,7 @@ table.promoted-attributes-in-tooltip th { .tooltip { font-size: var(--main-font-size) !important; - /* - TODO: Investigate the purpose of this - z-index: calc(var(--ck-z-panel) - 1) !important; - */ - z-index: 3000; + z-index: calc(var(--ck-z-panel) - 1) !important; } .tooltip-trigger {