diff --git a/source/src/styles/globalStyle.tsx b/source/src/styles/globalStyle.tsx index 77f4a5d..0077b4d 100644 --- a/source/src/styles/globalStyle.tsx +++ b/source/src/styles/globalStyle.tsx @@ -192,7 +192,7 @@ const markCSS = css` const katexCSS = css` // prevent overflowing on small displays .katex-html { - overflow-x: scroll; + overflow: auto; padding: 0.5rem; } `