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 6f9b3b3 commit 3f93dbdCopy full SHA for 3f93dbd
parallax.js
@@ -213,7 +213,7 @@
213
var overScroll = this.overScrollFix ? Parallax.overScroll : 0;
214
var scrollBottom = scrollTop + Parallax.winHeight;
215
216
- if (this.boxOffsetBottom > scrollTop && this.boxOffsetTop < scrollBottom) {
+ if (this.boxOffsetBottom > scrollTop && this.boxOffsetTop <= scrollBottom) {
217
this.visibility = 'visible';
218
} else {
219
this.visibility = 'hidden';
0 commit comments