Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 06e1b0f

Browse files
committed
fix(client): tooltip overlapping with CKEditor pane (closes #844)
1 parent 0686c81 commit 06e1b0f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/public/stylesheets/style.css

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -579,11 +579,7 @@ table.promoted-attributes-in-tooltip th {
579579

580580
.tooltip {
581581
font-size: var(--main-font-size) !important;
582-
/*
583-
TODO: Investigate the purpose of this
584-
z-index: calc(var(--ck-z-panel) - 1) !important;
585-
*/
586-
z-index: 3000;
582+
z-index: calc(var(--ck-z-panel) - 1) !important;
587583
}
588584

589585
.tooltip-trigger {

0 commit comments

Comments
 (0)