Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DanahYatim committed Nov 28, 2023
2 parents a76b73f + cde1e6f commit 150c4d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -474,4 +474,9 @@ body {
/* Set the width to 60% for larger screens */
width: 50%;
}
}

.MathJax_Display, .MJXc-display, .MathJax_SVG_Display {
overflow-x: auto;
overflow-y: auto;
}
1 change: 1 addition & 0 deletions static/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ $('#slick').slick({
arrows: true,
speed: 1000,
adaptiveHeight: true,
useTransform: false, // fix for safari

mobileFirst: true,

Expand Down

0 comments on commit 150c4d5

Please sign in to comment.