davist11 / jQuery-Stickem

Make items sticky as you scroll, to a point.
http://davist11.github.com/jQuery-Stickem/
MIT License
872 stars 181 forks source link

Sticky element overlapping scrollbar #58

Open lenchantin opened 7 years ago

lenchantin commented 7 years ago

We have a case where we need to use off-canvas for a mobile menu system, so to keep the page from jumping back to the top when the off-canvas menu triggers, we wrap the page in an inner-container. The inner-container div has the y-scrollbar.

We can get sticky to grab to the top of this container with no issue, but when the sticky catches the top of the container, as intended, it sizes the bar so it's overlapping the top of the scrollbar. We've tried everything we can think to fix this, but nothing seems to work.

Any suggestions?

davist11 commented 7 years ago

Do you have a link so I can see what you mean?