wanderer-moe / site

⚙ The frontend of https://wanderer.moe/ — built with NextJS, TailwindCSS & shadcn/ui
https://wanderer.moe/
38 stars 0 forks source link

Implement "scroll to top" button for better navigation #215

Closed dromzeh closed 1 year ago

dromzeh commented 1 year ago

Some pages can be very long due to the amount of assets that exist for certain categories, consistently having to scroll up can take quite a long time for a lot of users.

By implementing a "scroll to top" button which is visible when the user scrolls down (that takes them to the top when pressed), it can make it easier for overall site navigation.

dromzeh commented 1 year ago

Implemented in 4a9803b.