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

[Bug] Scroll to Top button is present when the page is not scrolled #60

Open
SwanandD121 opened this issue Jun 1, 2024 · 1 comment

Comments

@SwanandD121
Copy link
Contributor

Description:
The current implementation of the scroll-to-top button on the platform doesn't have dynamic behaviour, leading to its constant visibility irrespective of the user's scrolling activity. This can clutter the user interface unnecessarily. Implementing a dynamic behaviour for the scroll-to-top button will optimize screen space and improve the overall user experience.

Approach
To achieve this, we propose modifying the behavior of the scroll-to-top button so that it is displayed only when the user has scrolled down the page. When the user scrolls back to the top of the page, the button should disappear, reducing visual clutter and providing a cleaner interface.

Given my experience in implementing similar features in previous projects, please assign this issue to me under GSSoC'24.

@BamaCharanChhandogi
Copy link
Owner

Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊

You can also check our CONTRIBUTING.md for guidelines on contributing to this project.

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

No branches or pull requests

2 participants