Skip to content

Commit 30787fc

Browse files
authored
fix: horizontal scroll for long equations (#545)
1 parent 5402523 commit 30787fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

_sass/addon/commons.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,11 @@ blockquote {
126126
@include prompt("danger", "\f071");
127127
}
128128

129+
mjx-container {
130+
overflow-x: auto;
131+
overflow-y: hidden;
132+
}
133+
129134
kbd {
130135
font-family: inherit;
131136
display: inline-block;

0 commit comments

Comments
 (0)