Hackerspace2023 / HackerSpace

Hackerspace: Our Coding Community Website. 🚀
https://hackerspace2023.github.io/HackerSpace/
MIT License
7 stars 19 forks source link

Fix scroll to top button position and it's visibility #39

Closed arpankumarde closed 10 months ago

arpankumarde commented 10 months ago

Title: Scroll to top button should be fixed and accessible from any part of the page

Description: Currently, the scroll to top button is only visible when the user reaches the bottom of the page, just above the footer. This makes it inconvenient for the user to scroll back to the top from any other part of the page. A better user experience would be to have the scroll to top button fixed to the bottom right corner of the screen, so that it is always visible and accessible.

Expected behavior: The scroll to top button should be fixed at the bottom right corner of the screen and should appear as soon as the user scrolls down from the top of the page.

Actual behavior: The scroll to top button is only visible when the user reaches the bottom of the page, just above the footer.

arpankumarde commented 10 months ago

Please assign me this task under Hacktoberfest