mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-25 03:10:08 +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 {
|
||||
--border-size: 0;
|
||||
}
|
||||
|
||||
.katex-display{
|
||||
overflow-x: auto;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
mjx-container{
|
||||
overflow-x: auto;
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user