Fix overflow of KaTeX when longer than width of container
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user