Skip to content

Commit 5f7856c

Browse files
committed
fix: math overflow styles
1 parent 7a1bcac commit 5f7856c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/markdown.scss

+1
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,7 @@
415415
.markdown-body p {
416416
margin-top: 0;
417417
margin-bottom: 10px;
418+
overflow: auto;
418419
}
419420

420421
.markdown-body blockquote {

0 commit comments

Comments
 (0)