Browse Source

fix: katex overflow issue

Timothy J. Baek 1 year ago
parent
commit
653a0ff02f
1 changed files with 4 additions and 0 deletions
  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;
+}