BamaCharanChhandogi / Diabetes-Prediction

This website provides a platform for users to predict their likelihood of developing diabetes based on various factors.
https://diabetes-prediction-gamma.vercel.app/
MIT License
16 stars 41 forks source link

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

Open SwanandD121 opened 1 month ago

SwanandD121 commented 1 month ago

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 commented 1 month ago

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.