fix: mathematics cannot scroll horizontally (#760)
This commit is contained in:
parent
7e6c667e7a
commit
4681df7151
1 changed files with 6 additions and 5 deletions
|
@ -159,11 +159,6 @@ blockquote {
|
||||||
@include prompt("danger", "\f071");
|
@include prompt("danger", "\f071");
|
||||||
}
|
}
|
||||||
|
|
||||||
mjx-container {
|
|
||||||
overflow-x: auto;
|
|
||||||
overflow-y: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
kbd {
|
kbd {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
@ -679,6 +674,12 @@ figure .mfp-title {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* MathJax */
|
||||||
|
mjx-container {
|
||||||
|
overflow-y: hidden;
|
||||||
|
min-width: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* --- sidebar layout --- */
|
/* --- sidebar layout --- */
|
||||||
|
|
||||||
$sidebar-display: "sidebar-display";
|
$sidebar-display: "sidebar-display";
|
||||||
|
|
Loading…
Reference in a new issue