Explorar el Código

fix: katex overflow issue

Timothy J. Baek hace 1 año
padre
commit
653a0ff02f
Se han modificado 1 ficheros con 4 adiciones y 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;
+}