Skip to content

Commit

Permalink
FIX: Make wide equations scroll (#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
choldgraf committed Feb 17, 2023
1 parent 97aa2d5 commit 371b451
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pydata_sphinx_theme/assets/styles/content/_math.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ div.math {
mjx-container {
flex-grow: 1;
padding-bottom: 0.2rem;
overflow-x: visible;
overflow-y: visible;
overflow-x: auto;
@include scrollbar-style();
}
}

0 comments on commit 371b451

Please sign in to comment.