style: fix the z-index for tooltips

This commit is contained in:
Adorian Doran 2024-12-04 20:51:41 +02:00
parent d1ef08c7cc
commit 4da8c6f873

View File

@ -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 {