Skip to content
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

Mathjax scrollbars are still there / broken #1197

Closed
choldgraf opened this issue Feb 17, 2023 · 1 comment · Fixed by #1198
Closed

Mathjax scrollbars are still there / broken #1197

choldgraf opened this issue Feb 17, 2023 · 1 comment · Fixed by #1198
Labels
kind: bug Something isn't working

Comments

@choldgraf
Copy link
Collaborator

I realized that this PR didn't actually fix the problem:

Because of this obscure overflow rule / bug:

https://stackoverflow.com/questions/6421966/css-overflow-x-visible-and-overflow-y-hidden-causing-scrollbar-issue

So I think we need to figure out what's actually causing the scrollbar and stop it, rather than just doing overflow hacks

@choldgraf choldgraf added the kind: bug Something isn't working label Feb 17, 2023
@choldgraf
Copy link
Collaborator Author

choldgraf commented Feb 17, 2023

OK I think this might fix it: mathjax/MathJax#2521

So I think the issue is the mjx-assistive-mml being too big. It seems like it's not supposed to have any impact on height at all but somehow it is.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant