Merge pull request #2144 from ZhenShuo2021/fix/katex

🐛 fix: katex block overflow (#2138)
This commit is contained in:
Nuno Coração
2025-05-27 00:31:51 +01:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

View File

@@ -3625,6 +3625,10 @@ body a, body button {
.katex-display {
overflow: auto hidden;
}
.katex-display {
padding-right: 2px;
width: calc(100% - 2px);
}
table {
display: block;
overflow: auto;