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