fix: math overflow styles

This commit is contained in:
Yidadaa 2023-03-15 02:00:06 +08:00
parent d69229dd1b
commit 8d70d1d479
1 changed files with 1 additions and 0 deletions

View File

@ -415,6 +415,7 @@
.markdown-body p {
margin-top: 0;
margin-bottom: 10px;
overflow: auto;
}
.markdown-body blockquote {