-
-
Notifications
You must be signed in to change notification settings - Fork 229
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
Hidden scrollbar - Chrome #659
Comments
Yep I can see the problem with Canary. If you scroll back to the top and go down again, it appears. |
Actually it now works for me. Might just be some Canary issue |
@flaviocopes even with Windows 10 and Chrome 51.0 i have the same issue. I tried in incognito mode with no extensions enabled to make sure no ext is causing this. |
I also had this issue, although it only appears on a tertiary install, in another account. I tried [re]installing 3x ways, as root and non, and forced perms/owners, but still was nogo. It was confusing at first until grep for the JS appending Site1 - original install in base grav accnt+domain -> gemini scrollbars work
Site2 - second install in another accnt+domain -> gemini scrollbars don't work because of RocketLoader
So if anyone else is having this issue, and youre on Cloudflare, try turning off RocketLoader. Hope that helps! |
I was trying to retest the issue #618 using a clean install but i have some issues with the scrollbar and to update the antimatter theme #658
I guess it's the #644 is causing the issue with the scrollbar.
The computed CSS:
`body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow: hidden;
}
admin-main .content-wrapper {
}`
If i remove the overflow hidden the scrollbar appears again.
I'm using Ubuntu 16.04 and Chrome 53.0.
Thanks!
The text was updated successfully, but these errors were encountered: