bug: downward bouncing arrow btn displayed at the end of the landing page
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 180
- Forks
- 137
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 21
Description
Problem
The bouncing-arrow__button on the landing page still points downward at the bottom of the screen. while looking the codebase I found that there's code to handle this situation and that the btn hides when it reaches footer, but becasue of some bug it was not working,
The Bug
the footer calculation is fine, the problem was that the calculation was not being triggered by the page’s real scroll event.
Would love to get this issue assigned.
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 at the landing page's bouncing-arrow__button and trace the existing footer calculation and the event that triggers it. Verify the fix against the page's real scroll event and confirm that the button hides when the footer is reached.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100