feat: Katex and MathJax blocks horizontally auto-scroll (#3806)
This commit is contained in:
parent
123362b493
commit
b321169ca2
@ -294,3 +294,11 @@
|
||||
emoji-picker {
|
||||
--border-size: 0;
|
||||
}
|
||||
|
||||
.katex-display{
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
mjx-container{
|
||||
overflow-x: auto;
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user