Abdeboskey / Reaper-Road-Race

Website for the annual Carolina Reaper Road Race in Greenville, SC
0 stars 0 forks source link

Fix same-page navigation landing #56

Closed Abdeboskey closed 1 year ago

Abdeboskey commented 1 year ago

The header should hide when a same-page navigation link is clicked.

Look into Window.scrollBy() to trigger the window to scroll by a certain amount of pixels on click.

MDN Source

Abdeboskey commented 1 year ago

The answer was actually Element.scrollIntoView()