Skip to content

Commit

Permalink
fix(plugin-markdown-math): prevent scrollbar with mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Sep 30, 2024
1 parent 39b43f1 commit c73b86f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type { App } from 'vuepress/core'
// Prevent mathjax breaking mobile layout
const MATHJAX_STYLE_PATCH = `\
mjx-container {
overflow-x: auto;
overflow: auto hidden;
}
`

Expand Down

0 comments on commit c73b86f

Please sign in to comment.