mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-10-17 12:01:41 +08:00
fix(client): tooltip overlapping with CKEditor pane (closes #844)
This commit is contained in:
parent
0686c81a81
commit
06e1b0f720
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user