mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-26 14:24:05 -06:00
fix(style): Katex adding scrollbars on non-overflowing content (#1989)
This commit is contained in:
parent
5d91a2a09b
commit
faa478764d
@ -610,6 +610,7 @@ ol.overflow {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.katex-display {
|
.katex-display {
|
||||||
|
display: initial;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user