[Fix] Improve Scroll buttons UX#970
Conversation
|
@rahulrr-coder is attempting to deploy a commit to the recode Team on Vercel. A member of the Team first needs to authorize it. |
|
Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. The estimated time for response is 5–8 hrs. In the meantime, please provide all necessary screenshots and make sure you run - npm build run , command and provide a screenshot, a video recording, or an image of the update you made below, which helps speed up the review and assignment. If you have questions, reach out to LinkedIn. Your contributions are highly appreciated!😊 Note: I maintain the repo issue every day twice at 8:00 AM IST and 9:00 PM IST. If your PR goes stale for more than one day, you can tag and comment on this same issue by tagging @sanjay-kv. We are here to help you on this journey of open source. Consistent 20 contributions are eligible for sponsorship 💰 🎁 check our list of amazing people we sponsored so far: GitHub Sponsorship. ✨ 📚Your perks for contribution to this community 👇🏻
If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊 |
Synced data from Linked IssuesLabels:
Assignees:
Milestones:
|
|
@rahulrr-coder nice work |
|
@rahulrr-coder but can you try and make it not fixed but it shows up right from where it's showing as you scroll down to bottom the button should follow.. see if you can implement that |
|
@sheikhlimon Sure, I'll try to implement that. |
|
@sheikhlimon I made the changes, is it alright. Screencast.from.2025-10-20.13-53-11.webm |
|
@rahulrr-coder LGTM ..need confirmation from @sanjay-kv though |
iitzIrFan
left a comment
There was a problem hiding this comment.
LGTM! @rahulrr-coder
@sanjay-kv Ready for merge.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@rahulrr-coder perfect. |

Description
This pull request resolves the issue of redundant and visually disruptive scroll arrow buttons on the FAQ page. The scroll-to-bottom button has been removed, and the scroll-to-top button has been redesigned to improve user experience and better align with the website's aesthetic.
Fixes #962
Type of Change
Changes Made
scroll-to-bottom functionality.
- The button is now only visible after the user has scrolled down 300 pixels.
- The button's styling has been updated to be less intrusive and more consistent with the website's design system. It is now a circular button with a subtle shadow and hover effect, positioned in the bottom-right corner.
- The button's color now uses the theme's primary color, ensuring it adapts to both light and dark modes.
Dependencies
There are no new dependencies or tools required for this change.
Checklist
npm run buildand attached screenshot(s) in this PR.