mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 11:02:28 +08:00
style: fix the z-index for tooltips
This commit is contained in:
parent
d1ef08c7cc
commit
4da8c6f873
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user