I don't know why but when you have the CSS style overflow-x:hidden
on the body element then the affix plugin does not work. It simply refuses to switch between affix, affix-top and affix bottom.
I'm guessing it fails to detect or measure the scroll position but I have no idea why overflow-x:hidden
could be causing this.
Unfortunately I need overflow-x:hidden
so removing it is not a good work-around.
Any ideas on how/where to look?