We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I realized that this PR didn't actually fix the problem:
Because of this obscure overflow rule / bug:
overflow
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
The text was updated successfully, but these errors were encountered:
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.
mjx-assistive-mml
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: