Skip to content
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

It wasn't triggering "sticky_kit:unstick". #56

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

PoziWorld
Copy link
Contributor

No description provided.

@ikarynerv
Copy link

is a bug, when layer is a top of the page. the condition:

line 131:
if (scroll < top) {

is a bug, scroll=0 & top=0 when the layer for fix is a top of the page
should be:
if (scroll <= top) {

@brettburwell
Copy link

I can confirm this bug and @ikarynerv's fix. Thanks for posting @ikarynerv.

@djschoone
Copy link

I can confirm this patch works on the latest version as of yesterday

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants