improve katex style

This commit is contained in:
JamesFlare1212
2024-11-19 16:54:06 -05:00
parent fc70b1776c
commit 47358d25a8
4 changed files with 180 additions and 169 deletions

View File

@@ -46,4 +46,9 @@ details summary strong {
margin-top: 0;
margin-bottom: 0;
}
}
}
.katex-display {
overflow-x: auto;
overflow-y: clip;
}