Merge pull request #1100 from leimao/fix_mathjax_overflow

Fix MathJax Overflow Issue
This commit is contained in:
Ruipeng Zhang 2022-08-02 21:39:45 -07:00 committed by GitHub
commit 3aebb2aeae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
/* ---------------------------------
* MathJax and KaTeX
* --------------------------------- */
.MathJax, .katex-display
.MathJax, .MathJax_Display, .MJXc-display, .MathJax_SVG_Display, .katex-display
overflow-x: auto
overflow-y: hidden