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 5225496936
commit 02da40678f

View File

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