-
Notifications
You must be signed in to change notification settings - Fork 302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Editor overflow caused by Math plugin #285
Comments
It seems caused by KaTeX/KaTeX#2796 |
This issue is stale because it has been open for 60 days with no activity. |
ping |
I create a demo to illustrate this problem: https://codepen.io/Punisher-C/pen/KKGLBMP |
This issue is stale because it has been open for 60 days with no activity. |
ping |
This issue is stale because it has been open for 60 days with no activity. |
ping |
Had the same problem today. This can be fixed by setting Also adding .katex .katex-mathml {
left: -10000px;
} |
I created a reproduction.
https://stackblitz.com/edit/github-zbspzz?file=app.vue
This only happend in nuxt3. I tried vue3 example in this repo, it works fine.
The text was updated successfully, but these errors were encountered: