Merge pull request #770 from timlrx/fix/katex-overflow

fix katex overflow
This commit is contained in:
Timothy
2023-11-11 12:42:58 +08:00
committed by GitHub

View File

@ -29,3 +29,7 @@ input:-webkit-autofill:focus {
background-color 600000s 0s,
color 600000s 0s;
}
.katex-display {
overflow: auto hidden;
}