Hello,
I am having an issue with the autoscroll functionality.
When scrolling down when on the first slide, the autoscroll will skip the second slide.
When scroll up from the first slide the auto scroll will once again skip the second slide.
It does not matter how many slide are in-between the first and last, it will scroll to the first or last no matter what.
Also is there a way to hide scroll bars with the scrolloverflow active? when I change the .scrollable class to hide them, I lose the functionality to scroll in the slide.
Using Alternative solution
It seems you were having this exactly same problem: https://github.com/alvarotrigo/fullPage.js/issues/72
I quote the solution:
In order to solve it you can see that I´ve changed the anchors and the data-menuanchor of the menu to be different than the id of the sections.
@alvarotrigo nice, it works. thank you
Most helpful comment
It seems you were having this exactly same problem: https://github.com/alvarotrigo/fullPage.js/issues/72
I quote the solution:
In order to solve it you can see that I´ve changed the
anchorsand thedata-menuanchorof the menu to be different than theidof the sections.