Hide scroll-down arrow button when reaching the bottom of the page
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 180
- Forks
- 137
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 21
Description
Description:
On the landing page of OpenCRE, the scroll-down arrow button remains visible even after reaching the bottom of the page.
For a better user experience, the arrow button should be hidden once the user reaches the bottom of the page.
Expected Behavior:
The scroll-down arrow button should disappear when the page is fully scrolled to the bottom.
Actual Behavior:
The arrow button is still visible at the bottom of the page.
Suggested Improvement:
Add a condition to detect when the user reaches the bottom of the page and hide the arrow button accordingly.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the OpenCRE landing page and the scroll-down arrow button implementation, then inspect how scrolling is currently detected. Confirm the behavior at the bottom of the page and verify that the arrow is hidden there while remaining available before the bottom is reached.
Written by the indexing model from the issue text.
Assessment
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100