-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scrollspy doesn't like hidden navigation element #13071
Comments
Thanks MiJyn for this fix! I also had to include the below line: @twbs - Perhaps a parameter supplied at initialisation to define the element selectors to be ignored would be useful? |
We needed to revert the fix for this because of #14872. Moved the target version to 3.3.1. |
Bootstrap 3 is no longer being officially developed or supported. All work has moved onto our next major release, v4. As such, this issue or pull request is being closed as a "won't fix." For additional help and support, we recommend utilizing our community resources. Thanks for your understanding, and see you on the other side of v4! <3, |
This is my code:
It looks fine with mobile and desktop, until I add scrollspy. One that happens, when i scroll down to about, it flickers between XYZ and About constantly (in the desktop page).
The fix for this is trivial:
After that fix, everything works fine =)
The text was updated successfully, but these errors were encountered: