Fix placeholder handling

This commit is contained in:
Sauli Anto 2020-11-03 21:44:09 +02:00
parent 2fea2e2ffb
commit dc288ea2a6

View File

@ -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);
}