Fix overflow of KaTeX when longer than width of container

This commit is contained in:
Joe Hutchinson
2019-01-10 09:59:20 -05:00
parent ec3ffff0b4
commit fbca10e2a1

View File

@@ -285,6 +285,10 @@ strong {
.muted-text { .muted-text {
color: #7A7B7C; color: #7A7B7C;
} }
.katex-display {
overflow-x: auto;
overflow-y: hidden;
}
.no-scroll { .no-scroll {
overflow: hidden; overflow: hidden;
position: fixed; position: fixed;