We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bb3f24 commit da3ce6fCopy full SHA for da3ce6f
enjoyhint.js
@@ -133,7 +133,7 @@ var EnjoyHint = function (_options) {
133
that.clear();
134
}, 250);
135
136
- $(document.body).scrollTo(step_data.selector, step_data.scrollAnimationSpeed || 250, {offset: -100});
+ $(document.body).scrollTop(step_data.selector, step_data.scrollAnimationSpeed || 250, {offset: -100});
137
138
setTimeout(function () {
139
0 commit comments