1
0
mirror of https://gitlab.com/MisterBiggs/brain-quartz.git synced 2025-07-22 22:31:26 +00:00

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 GitHub
parent fec0a62b74
commit 52344cd816

View File

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