Explorar o código

fix: katex overflow issue

Timothy J. Baek hai 1 ano
pai
achega
653a0ff02f
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/app.css

+ 4 - 0
src/app.css

@@ -78,3 +78,7 @@ select {
 	/* for Chrome */
 	-webkit-appearance: none;
 }
+
+.katex-mathml {
+	display: none;
+}