$.scrollTo is not a function
AndrewKiri opened this issue · 1 comments
AndrewKiri commented
AndrewKiri commented
Solved the issue. The main evil was the overflow-x: hidden
which was set on the body. After removing it and setting overflow-y: visible
everything works. The issue and solution were detected and tested on macOs Sierra, Chrome v57
The issue can be closed and used for future reference by others to avoid pitfalls.