mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-06 05:09:09 +08:00
feat: Katex and MathJax blocks horizontally auto-scroll (#3806)
This commit is contained in:
parent
5225496936
commit
02da40678f
@ -294,3 +294,11 @@
|
|||||||
emoji-picker {
|
emoji-picker {
|
||||||
--border-size: 0;
|
--border-size: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.katex-display{
|
||||||
|
overflow-x: auto;
|
||||||
|
overflow-y: hidden;
|
||||||
|
}
|
||||||
|
mjx-container{
|
||||||
|
overflow-x: auto;
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user