fix(client): tooltip overlapping with CKEditor pane (closes #844)

This commit is contained in:
Elian Doran 2025-03-24 19:36:42 +02:00
parent 0686c81a81
commit 06e1b0f720
No known key found for this signature in database

View File

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