feat: Katex and MathJax blocks horizontally auto-scroll (#3806)

This commit is contained in:
z-zeechung 2025-03-25 09:44:35 +08:00 committed by GitHub
parent 123362b493
commit b321169ca2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -294,3 +294,11 @@
emoji-picker {
--border-size: 0;
}
.katex-display{
overflow-x: auto;
overflow-y: hidden;
}
mjx-container{
overflow-x: auto;
}