Skip to content

Commit 250252a

Browse files
authored
fix: matjax overflow problem
1 parent db2a1d1 commit 250252a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

_sass/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,3 +1423,7 @@ figure.cover {
14231423
color: #23212d !important;
14241424
}
14251425
}
1426+
1427+
mjx-container[jax="CHTML"][display="true"] {
1428+
overflow-x: auto;
1429+
}

0 commit comments

Comments
 (0)