Replies: 1 comment
-
Thank you for this comment! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you for your job! I had problems with Bootstrap Scrollspy on my website, and this plugin after some code changes works perfectly!
I'll describe changes I made for myself - on my website I have collapsible side-menu and I use special scrollable container for the content, so body is not scrollable. Window.pageYOffset was always 0, alhough I'm not sure why. So, I replaced
window.pageYOffset
to
[myElement].scrollTop
and it works very well even when hiding-showing side menu.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions