filamentgroup / fixed-sticky

DEPRECATED: A position: sticky polyfill that works with filamentgroup/fixed-fixed for a safer position:fixed fallback.
MIT License
1.49k stars 153 forks source link

Chrome bug #105

Open engrshahabuddin opened 8 years ago

engrshahabuddin commented 8 years ago

It is not working in Chrome

telephonyapi commented 8 years ago

Not working for me too.

goodguyry commented 8 years ago

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

robertosimoes commented 7 years ago

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 commented 7 years ago

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

FixedSticky.tests.sticky = false;