scroll-tech / scroll-tech/frontends
[BUG]Text and SVG overlapping
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 63
- Forks
- 79
- Avg merge
- 16h 15m
- Merged PRs (30d)
- 10
Description
Description:
Part of a text is overlapping a SVG on any screen smaller than 600px.
The bug is where it says: "Mainnet Housewarming Party", almost at the end of the website, in the index page.
Note how on the screen in which the width is 600px, nothing happens, but on the the other screen of 599px, it's overlapping.
The bug can be fixed if the height is changed to 15rem or higher.
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 index page and locate the section containing “Mainnet Housewarming Party” near the end of the website. Reproduce the overlap at widths below 600px, comparing 600px and 599px views. Done means the text and SVG no longer overlap on screens smaller than 600px while the surrounding layout remains intact.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend, web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100