Fix overflow of KaTeX when longer than width of container
This commit is contained in:
@@ -285,6 +285,10 @@ strong {
|
||||
.muted-text {
|
||||
color: #7A7B7C;
|
||||
}
|
||||
.katex-display {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.no-scroll {
|
||||
overflow: hidden;
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user