Skip to content

Commit 1bb8976

Browse files
committed
fix katex overflow
1 parent 901365e commit 1bb8976

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

css/tailwind.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ input:-webkit-autofill:focus {
2929
background-color 600000s 0s,
3030
color 600000s 0s;
3131
}
32+
33+
.katex-display {
34+
overflow: auto hidden;
35+
}

0 commit comments

Comments
 (0)