mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02: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 {
|
.tooltip {
|
||||||
font-size: var(--main-font-size) !important;
|
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 {
|
.tooltip-trigger {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user