소스 검색

mathjax: Horizontally scroll long equations

Close #496
George Cushen 7 년 전
부모
커밋
9b1be1019d
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  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;