🐛 Bug Report: Extra Clickable Area for Navbar Logo.
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 180
- Forks
- 137
- Avg merge
- 3d 23h
- Merged PRs (30d)
- 21
Description
Clicking in the empty space below the visible logo image still triggers navigation to the home route (/). This occurs because the parent component, which handles navigation, is sizing itself based on the large 10rem height applied to the elements in CSS.
Expected Behavior
Clicking in the empty space below the logo should not trigger navigation. Navigation should only occur when clicking the logo image.
@robvanderveer / @northdpole
Assign this issue to me and share your thoughts on this issue.
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
Locate the navbar logo's parent Link and the CSS that applies the 10rem height to its img elements. Reproduce the empty-space click below the visible logo, then adjust the clickable area so only the logo image navigates to the home route (/).
Written by the indexing model from the issue text.
Assessment
- Tech stack
- css
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100