Use the scroll-to
module to smoothly scroll to elements on the page.
To make sure that any sticky elements like site headers don't cover up your scroll target, tag them with the class js-is-fixed-top
.
One day, we may be able to achieve this with pure CSS. But we're still waiting on better browser support, so for now we must use JavaScript.