Hi all,
On the “About” page of the site I’m designing, I have buttons at the top (“Services” and “Our Approach”) that anchor to the respective sections below. However, I can’t get them to anchor to the top of the browser; rather, when you click a button it scrolls you down the page until the respective section is just below the browser window. Straaaaange.
Looks like the smooth-scroll was treating the bottom of my fixed-left-nav as the top of the page. For lack of a better idea, I just created a fake fixed header at the actual top of the page to override/trick the script. It’s working now.