-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
instance.scroll({ y: "100%" }) probelm #110
Labels
Comments
Good day! Oh boy, thats a tiny and embarrassing mistake... Thanks! |
tnx a lot.. |
As fast as possible, I'll update the NPM & Github repo today or tomorrow depending on my time. |
The problem should be fixed in v1.7.1, please confirm it! |
I'll close this issue since it should be fixed... If it's not the case and you still have this bug with version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've used "overlayscrollbars" without jquery in react & webpack project, initial phase of plugin was ok but when I want to scroll to bottom, this error is write on my page:
ReferenceError: $ is not defined
this is my code:
instance.scroll({ y: "100%" });
it's funny because I've used version without jquery but plugin is based on jquery.
please fix this issue.
tnx
The text was updated successfully, but these errors were encountered: