I'm currently working on implementing a scrollspy feature using Bootstrap 5.3. I've been referring to the Bootstrap 5 example to create my HTML page, which you can view at the following link:
https://stackblitz.com/edit/web-platform-phnijx?file=index.html
However, I've encountered two issues with my current code:
- The scrollspy is highlighting 'B' incorrectly
- Once I scroll down, the scrollspy stops functioning. Even if I scroll back up, it won't highlight the corresponding sections
If anyone has any suggestions or solutions, I would greatly appreciate it.
Thank you in advance for your help!
I've tried to simplify the code and follow the Bootstrap 5 examples diligently.
My expectation is that the scrollspy will work smoothly alongside the navbar: