On my website, I have a large form where pressing the tab key switches between input fields. The inputs will also jump to the top if we reach the bottom of the form.
The issue is that I have a fixed header at the top, covering the first 60px. Is there a way to make the page scroll 60px down from the top instead of all the way to the top?
Thank you.