-
Notifications
You must be signed in to change notification settings - Fork 57
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
stopped working #49
Comments
This has also stopped working for me on the latest version of chrome 56.0.2924.87 |
I believe chrome started to support native position sticky in version 56
As a first step set useNativeSticky option to false so that it should work
as before.
Then you can think if you want to change your html structure to make use of
native sticky. Native sticky only will stick to its parent. Native sticky
will work very well on iOS.
If this was the problem, means your implementation was already not working
on safari and Firefox. They support native sticky for a long time.
Please let me know.
…On Wed, 22 Feb 2017 at 01:05, Aaron Job ***@***.***> wrote:
This has also stopped working for me on the latest version of chrome
56.0.2924.87
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#49 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABtwNMRA1IOKFfDdin1BQ8RDQ_e9znPFks5re3uzgaJpZM4MHMLa>
.
|
thanks for the very quick reply @bbarakaci I will try your suggestion and report back. |
setting useNativeSticky to false worked. Thanks |
Where can I setup this "useNativeSticky" and how ? |
Please see the readme section
…On Wed, 22 Feb 2017 at 11:58, brunomosciatti ***@***.***> wrote:
Where can I setup this "useNativeSticky" and how ?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#49 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/ABtwNI0TWHyWtwcKpbEMZDUMWTcUyQeOks5rfBTOgaJpZM4MHMLa>
.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: