Currently troubleshooting an issue with a website I'm constructing. Utilizing the jQuery plug-in "scroll to" for a single-page layout with multiple sections, I am aiming to keep the navigation bar fixed at the top of the page while allowing users to scroll down using one scrollbar on the right-hand side.
To prevent the navigation bar from overlapping the scrollbar, I attempted removing "overflow:auto;" from the 'wrapper' div as suggested in a solution. However, this caused issues with my ScrollTo plug-in, rendering the links non-functional.
If you'd like to check out my website and offer any assistance or insight, it can be downloaded via this link > . It's a small site, so downloading won't take long.
Your help would be immensely appreciated. Thank you in advance!