Skip to content

Commit

Permalink
add overflow scroll in math display
Browse files Browse the repository at this point in the history
  • Loading branch information
gagahpangeran committed May 1, 2024
1 parent cbff8aa commit b57d9a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/styles/markdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,8 @@
text-align: center;
margin: 16px 0;
}

.math-display {
overflow-y: scroll;
}
}

0 comments on commit b57d9a8

Please sign in to comment.