β¨ Feature Description
Add a minimal, floating "Back to Top" button that appears in the bottom-right corner when a user scrolls down the page.
π€ Problem It Solves
Long-scrolling landing pages force users to manually scroll all the way up to access the navigation bar, reducing accessibility and user experience efficiency.
π‘ Proposed Solution
- Implement a floating action button (position: fixed) in the bottom-right.
- Use a scroll listener to dynamically toggle its visibility (e.g., fade in after scrolling down 300px).
- Trigger a smooth scroll animation back to the top (behavior: 'smooth') upon clicking.
- Style it with a dark theme and red accent hover state to match the existing UI design.
β
Acceptance Criteria
π Additional Context
I would love to open a PR for this! Please assign it to me.
π± Contributor Checklist
β¨ Feature Description
Add a minimal, floating "Back to Top" button that appears in the bottom-right corner when a user scrolls down the page.
π€ Problem It Solves
Long-scrolling landing pages force users to manually scroll all the way up to access the navigation bar, reducing accessibility and user experience efficiency.
π‘ Proposed Solution
β Acceptance Criteria
π Additional Context
I would love to open a PR for this! Please assign it to me.
π± Contributor Checklist