Skip to content
This repository has been archived by the owner on Dec 15, 2018. It is now read-only.

Chrome bug #105

Open
engrshahabuddin opened this issue Aug 7, 2016 · 4 comments
Open

Chrome bug #105

engrshahabuddin opened this issue Aug 7, 2016 · 4 comments

Comments

@engrshahabuddin
Copy link

It is not working in Chrome

@telephonyapi
Copy link

Not working for me too.

@goodguyry
Copy link

This does nobody any good without steps to reproduce, example code, a detailed description of the issue, etc.

@robertosimoes
Copy link

What I could notice is that Chrome doesn't support position:sticky; while Safari and Firefox does.
In Chrome it falls to position:fixed; breaking the layout when you use it as sidebar sticky.
The div class="fixedsticky-dummy" appears on Chrome's Inspector while in Safari and Firefox it doesn't.
Browsers tested:
Safari Mac 10.0.2
Firefox Mac 50.1.0
Chrome Mac 55.0.2883.95

@goodguyry
Copy link

I had that same issue. You can force the polyfill, which worked for me.

FixedSticky.tests.sticky = false;

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

No branches or pull requests

4 participants