You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.
When a user clicks the Back to top button at the bottom of the footer, no matter what part of the site they were on it will redirect them to the top of the homepage.
Potential Fix
There is a typescript function called scrollTop that scrolls the web page back to the top. This might be a good place to start
The text was updated successfully, but these errors were encountered:
Issue
When a user clicks the
Back to top
button at the bottom of the footer, no matter what part of the site they were on it will redirect them to the top of the homepage.Potential Fix
There is a typescript function called
scrollTop
that scrolls the web page back to the top. This might be a good place to startThe text was updated successfully, but these errors were encountered: