Is there any issue regarding scroller for maths code block ? #920
Replies: 2 comments
-
See #852 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks, just adding this in global.css file .katex-html {
overflow: auto;
overflow-y: hidden;
} solved my problem.. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey @fuma-nama, for more details you can visit this where I have a large mathematics component, which is causing problems for mobile and tablets.
Was there any issue regarding this in the repository ?
While for other code block their is a horizontal scroller that you have implemented, how can I do this with this component too so that it can be viewed properly on mobile on tablets.
Is there anything that can be done with this component that I am using
rehypeKatex, remarkMath
?Just tell me what can be done ? If changes can be done in fumadocs packages, I am happy to help!!
Beta Was this translation helpful? Give feedback.
All reactions