fix katex overflow

This commit is contained in:
Timothy Lin 2023-11-11 12:42:05 +08:00
parent 901365e329
commit 1bb897672c

View File

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