Merge pull request #1100 from leimao/fix_mathjax_overflow
Fix MathJax Overflow Issue
This commit is contained in:
commit
3aebb2aeae
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue