Skip to content

Commit

Permalink
fix mathjax overflow (theme-next#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex LEE committed Nov 30, 2018
1 parent 2232c54 commit 1b01e46
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layout/_third-party/math/mathjax.swig
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,9 @@
});
</script>
<script type="text/javascript" src="{{ theme.math.mathjax.cdn }}"></script>

<style>
.MathJax_Display {
overflow: auto hidden;
}
</style>

0 comments on commit 1b01e46

Please sign in to comment.