🐛 fix: katex block overflow (#2138)

This commit is contained in:
ZhenShuo Leo
2025-05-14 20:46:59 +08:00
parent 1d21656d5e
commit 3d0b59f413
2 changed files with 13 additions and 0 deletions
+7
View File
@@ -1344,6 +1344,9 @@ body.zen-mode-enable {
.shrink-0 {
flex-shrink: 0;
}
.flex-grow {
flex-grow: 1;
}
.grow {
flex-grow: 1;
}
@@ -3610,6 +3613,10 @@ body a, body button {
.katex-display {
overflow: auto hidden;
}
.katex-display {
padding-right: 2px;
width: calc(100% - 2px);
}
table {
display: block;
overflow: auto;