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

This commit is contained in:
Emile Bangma 2025-05-23 18:12:03 +02:00 committed by GitHub
parent fec0a62b74
commit bb231be2e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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