simplified katex scroll css

This commit is contained in:
Kim, Jimin 2021-12-21 17:15:59 +09:00
parent 77dbc0f946
commit f1482b1dff

View file

@ -192,7 +192,7 @@ const markCSS = css`
const katexCSS = css` const katexCSS = css`
// prevent overflowing on small displays // prevent overflowing on small displays
.katex-html { .katex-html {
overflow-x: scroll; overflow: auto;
padding: 0.5rem; padding: 0.5rem;
} }
` `