Open engrshahabuddin opened 8 years ago
Not working for me too.
This does nobody any good without steps to reproduce, example code, a detailed description of the issue, etc.
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
I had that same issue. You can force the polyfill, which worked for me.
FixedSticky.tests.sticky = false;
It is not working in Chrome