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