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
commit 81a2bb554c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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