mirror of
https://github.com/cotes2020/jekyll-theme-chirpy.git
synced 2025-06-07 16:17:50 +00:00
fix: mathematics cannot scroll horizontally (#760)
This commit is contained in:
parent
7e6c667e7a
commit
4681df7151
@ -159,11 +159,6 @@ blockquote {
|
||||
@include prompt("danger", "\f071");
|
||||
}
|
||||
|
||||
mjx-container {
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
|
||||
kbd {
|
||||
font-family: inherit;
|
||||
display: inline-block;
|
||||
@ -679,6 +674,12 @@ figure .mfp-title {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* MathJax */
|
||||
mjx-container {
|
||||
overflow-y: hidden;
|
||||
min-width: auto !important;
|
||||
}
|
||||
|
||||
/* --- sidebar layout --- */
|
||||
|
||||
$sidebar-display: "sidebar-display";
|
||||
|
Loading…
x
Reference in New Issue
Block a user