simplified katex scroll css
This commit is contained in:
parent
77dbc0f946
commit
f1482b1dff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
`
|
`
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue