Added some logic to ensure that things scroll to the top of the page like they should, and that your vertical place on the page doesn't persist after clicking home or search buttons.
I thought this might need history.scrollRestoration = 'manual'; but I'm going to try without at first.
Added some logic to ensure that things scroll to the top of the page like they should, and that your vertical place on the page doesn't persist after clicking home or search buttons.
I thought this might need
history.scrollRestoration = 'manual';
but I'm going to try without at first.