From dc288ea2a6b5da129cf930c3505aa15c47631776 Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Tue, 3 Nov 2020 21:44:09 +0200 Subject: [PATCH] Fix placeholder handling --- theme/mathform.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/theme/mathform.css b/theme/mathform.css index fd94e0e96..d5046e254 100644 --- a/theme/mathform.css +++ b/theme/mathform.css @@ -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); }