-
Notifications
You must be signed in to change notification settings - Fork 275
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
Scroll not working anymore on latest version of chrome #73
Comments
Scrolling is not working in Latest chrome browser. Version 62.0.3202.94 (Official Build) (64-bit) |
TypeError: $(...).scrollTo is not a function |
$(...).scrollTo not exist, only $(...).scrollTop |
Hello, Any solutions to this would be very much helpful. Thanks. |
I sent a pull request. But this repo is no longer being maintained. Check the commits: |
@blackazaru Did this commit included in latest published npm version? |
I forked this repo and solved scrolling issue |
Updating jquery.scrollTo to "2.1.2" in bower.json and running "grunt" solved the issue for me. |
Scroll not working anymore on latest version of chrome.
I'm on version 62.0.3202.94
The text was updated successfully, but these errors were encountered: