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 {