We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e6c667 commit 4681df7Copy full SHA for 4681df7
_sass/addon/commons.scss
@@ -159,11 +159,6 @@ blockquote {
159
@include prompt("danger", "\f071");
160
}
161
162
-mjx-container {
163
- overflow-x: auto;
164
- overflow-y: hidden;
165
-}
166
-
167
kbd {
168
font-family: inherit;
169
display: inline-block;
@@ -679,6 +674,12 @@ figure .mfp-title {
679
674
text-align: center;
680
675
681
676
677
+/* MathJax */
678
+mjx-container {
+ overflow-y: hidden;
+ min-width: auto !important;
+}
682
+
683
/* --- sidebar layout --- */
684
685
$sidebar-display: "sidebar-display";
0 commit comments