Skip to content

Commit 2fa46b3

Browse files
committed
fix: prevent katex vertical scroll
1 parent 1dc743c commit 2fa46b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/global.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ article img {
569569
}
570570

571571
.katex-display {
572-
@apply overflow-x-auto;
572+
@apply overflow-x-auto py-2 my-2;
573573
}
574574

575575
fieldset {

0 commit comments

Comments
 (0)