-
Notifications
You must be signed in to change notification settings - Fork 46
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
No height is set with jQuery 3.0.0 #67
Comments
Any hints about possible fixes/workarounds for jQuery >=3.0.0 compatibility from someone who has knowledge of the inner workings of the library? |
I've just released a fixes for that. Tested very well in my app. |
@MohammadAlBanna Could you show me your fixed version? |
@huyle2607 Here we go the new library, and here is the pull request that I made. Best of luck all. |
@MohammadAlBanna Thank you very much. It took me more time than I thought to find down why it didn't work with my project 😄 . I'll try. |
Thank you @MohammadAlBanna. I was facing same issue with height using jquery.3.1.1 but it's work for me with your given version. |
Hi, i just tried enscroll with jQuery 3.0.0 and no height is set to
enscroll-track
, the scrollbar is not showing up.However, no error fired in console.
The text was updated successfully, but these errors were encountered: