Skip to content

Commit 52344cd

Browse files
authored
fix(style): Katex adding scrollbars on non-overflowing content (#1989)
1 parent fec0a62 commit 52344cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

quartz/styles/base.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,6 +594,7 @@ ol.overflow {
594594
}
595595

596596
.katex-display {
597+
display: initial;
597598
overflow-x: auto;
598599
overflow-y: hidden;
599600
}

0 commit comments

Comments
 (0)