-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Unexpected horizon scroll bar under MathJax equations, after upgraded to 7.0.1 #658
Comments
Are you using Edge? |
Nope, I'm using Chrome. |
@stevenjoezhang I'm currently on Windows 7, with Chrome 72.0.3626.119. |
BTW, after upgrading to 7.0.1, I was on 6.7.0, which is fine with these equations. |
Thanks for your reporting. You can try to edit |
|
I'll check this in seconds. |
For the following settings, the scroll bar still exists. <style>
.MathJax_Display {
overflow: auto hidden;
overflow-x: scroll;
overflow-y: hidden;
}
</style> For the following settings, the scroll bar disappears. <style>
.MathJax_Display {
overflow: auto hidden;
overflow-x: hidden;
overflow-y: hidden;
}
</style> BTW, I asked some of my friends to see if they could reproduce this problem, with the following results:
|
BTW, I love your blogs. @stevenjoezhang |
@Liam0205 Thanks. Seems we need to find a more beautiful solution to deal with the mathjax overflow problem |
同样的问题,我也发现了。从6.7.0升级过来让我被这个折腾了好久,我是win10下edge和chrome都会出现滚动条,在mac,ipad,Android都没发现这个错误 |
Fixed in #669 |
@stevenjoezhang Thanks for your reminding. I'll merge this modification after a new version is released to my site, and check it to see if the problem is gone. |
From the test result, I believe this bug has been fixed. Thus the issue is closed. |
also prevent unexpected scroll bar (theme-next#658)
This thread has been automatically locked since there has not been any recent activity after it was closed. It is possible issue was solved or at least outdated. Feel free to open new for related bugs. |
I agree and want to create new issue
Expected behavior
When posting display MathJax equations, there is no horizon scroll bar under equations.
Actual behavior
There are unexpected horizon scroll bar under equations.
Steps to reproduce the behavior
Node.js and NPM Information
$ node -v && npm -v v10.13.0 6.4.1
Package dependencies Information
Hexo Information
Hexo version
Hexo Configuration
NexT Information
NexT Version:
NexT Scheme:
NexT Configuration:
Other Information
Tested environments:
The text was updated successfully, but these errors were encountered: