浏览代码

fix: katex overflow issue

Timothy J. Baek 1 年之前
父节点
当前提交
653a0ff02f
共有 1 个文件被更改,包括 4 次插入0 次删除
  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;
+}