Scrolling down, the dot changes state (as it should) to the respective section. Looks good.
Here’s my issue.
If the third dot is selected (to go to the third section), it would only navigate to the second section. Likewise, for the fourth, it’ll only go to the third section, and so on; selecting the first or second dot would go to the first section.
Looking around, it seems like in @vincent’s example, the same issue also presents itself.
Is this a bug? Or am I missing something?
Appreciate any help.
There definitely seems to be a bug there. As a work around I found that putting your nav in a div and apply the fixed positioning to the new div solved the problem. You should be able to adjust the relative positioning of the nav without effecting the functionality.
Don’t know if it is the actual reason but it seems to be an offset issue so the link drags you to the top of the section. If you disable the scroll offset in the menu settings it scrolls to the actual section you are linking to.
Perfect! This solution and @AlexN solution solves the issue (basically wrapping the Nav Bar).
This still seems like a workaround rather than a proper fix.