Skip to content

Commit

Permalink
Add z-index to all mathjax objects
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdi-jfri committed Sep 26, 2023
1 parent 518b638 commit f49ec0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// we use CSS to left justify single line equations in code cells.
displayAlign: 'center',
"HTML-CSS": {
styles: {'.MathJax_Display': {"margin": 0, "z-index":-10}},
styles: {'.MathJax_Display': {"margin": 0}, '.MathJax': {"z-index": -10}},
linebreaks: { automatic: true }
}
});
Expand Down

0 comments on commit f49ec0d

Please sign in to comment.