From 4da8c6f873fea64d8ed8f1b5efacaf29022c13b7 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Wed, 4 Dec 2024 20:51:41 +0200 Subject: [PATCH] style: fix the z-index for tooltips --- src/public/stylesheets/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index cb8cdd1aa..2b2e3839f 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -500,7 +500,11 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th .tooltip { font-size: var(--main-font-size) !important; - z-index: calc(var(--ck-z-panel) - 1) !important; + /* + TODO: Investigate the purpose of this + z-index: calc(var(--ck-z-panel) - 1) !important; + */ + z-index: 3000; } .tooltip-trigger {