mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
Fix placeholder handling
This commit is contained in:
parent
2fea2e2ffb
commit
dc288ea2a6
@ -25,7 +25,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
/* Increase toolbar default z-index by one because math preview should be below of it */
|
||||
.ck-math-tex.ck-placeholder::before {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.ck.ck-toolbar-container {
|
||||
z-index: calc(var(--ck-z-modal) + 2);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user