Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing Scroll Button on the Website #448

Open
ak-0283 opened this issue Jan 5, 2025 · 4 comments · May be fixed by #449
Open

Missing Scroll Button on the Website #448

ak-0283 opened this issue Jan 5, 2025 · 4 comments · May be fixed by #449

Comments

@ak-0283
Copy link

ak-0283 commented Jan 5, 2025

Description:
Issue Summary:
The website currently lacks a scroll button, which affects user experience, especially on pages with long content. Without a scroll button, users may find it inconvenient to navigate back to the top of the page after scrolling down.

Expected Behavior:
A scroll button should appear when the user scrolls down a certain amount from the top of the page. The button should be clearly visible, preferably positioned in the bottom-right corner, and have a noticeable style (e.g., a small arrow pointing upwards) to make it easy for users to recognize.

Functionality:

  • The scroll button should only appear once the user has scrolled down past a certain threshold (e.g., 200px from the top).
  • When clicked, the button should smoothly scroll the page back to the top.
  • It should disappear when the user is already at the top of the page or before they scroll down.

Design Considerations:

  • The button should be styled in a way that is consistent with the overall design of the website, but also stand out enough to attract attention.
  • The button should have a smooth transition effect when appearing, disappearing, and when the scroll occurs.
  • Accessibility should be taken into account (e.g., adding a label for screen readers).

Technical Details:

  • You may consider using JavaScript or a CSS-based solution to handle the scroll button's appearance and functionality.
  • The button should ideally be responsive and work across various screen sizes and devices.

Steps to Reproduce:

  1. Open the website.
  2. Scroll down the page.
  3. Notice that there is no scroll button to navigate back to the top.

Expected Result:
The scroll button should appear after scrolling down, allowing the user to return to the top of the page.

Actual Result:
No scroll button is present.

Preview
Screenshot 2025-01-05 143058

Copy link
Contributor

github-actions bot commented Jan 5, 2025

👋 Thank you @ak-0283 for raising an issue! We appreciate your effort in helping us improve. Our team will review it shortly. Stay tuned!

@ak-0283
Copy link
Author

ak-0283 commented Jan 5, 2025

Please review and assign it to me. @Jaishree2310

@Jaishree2310
Copy link
Owner

Hi, @ak-0283 it requires fixing the footer and not adding a scroll button.

@ak-0283
Copy link
Author

ak-0283 commented Jan 6, 2025

Hi, @ak-0283 it requires fixing the footer and not adding a scroll button.

Ok first I will try if you ok with it then I will raise a pr

@ak-0283 ak-0283 linked a pull request Jan 7, 2025 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants