fix: horizontal scroll for long equations (#545)
This commit is contained in:
parent
5402523ae5
commit
30787fc4cf
1 changed files with 5 additions and 0 deletions
|
@ -126,6 +126,11 @@ blockquote {
|
|||
@include prompt("danger", "\f071");
|
||||
}
|
||||
|
||||
mjx-container {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
kbd {
|
||||
font-family: inherit;
|
||||
display: inline-block;
|
||||
|
|
Loading…
Reference in a new issue