fix(style): Katex adding scrollbars on non-overflowing content (#1989)

This commit is contained in:
Emile Bangma 2025-05-24 04:05:41 +02:00 committed by saberzero1
parent 5d91a2a09b
commit faa478764d
No known key found for this signature in database

View File

@ -610,6 +610,7 @@ ol.overflow {
}
.katex-display {
display: initial;
overflow-x: auto;
overflow-y: hidden;
}