fix: katex overflow issue

This commit is contained in:
Timothy J. Baek 2024-03-31 19:50:46 -07:00
parent 8175a323e9
commit 653a0ff02f

View file

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