Browse Source

mathjax: Horizontally scroll long equations

Close #496
George Cushen 7 years ago
parent
commit
9b1be1019d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      layouts/partials/css/academic.css

+ 4 - 0
layouts/partials/css/academic.css

@@ -183,6 +183,10 @@ pre code {
   overflow-x: auto;
 }
 
+.mjx-chtml {
+  overflow-x: auto; /* Horizontally scroll long equations. */
+}
+
 hr {
   border: 0;
   height: 1px;