bloom-housing / bloom

Bloom is Exygy’s affordable housing platform. Bloom's goal is to be a single entry point for affordable housing seekers and a hub for application and listing management for developers.
https://bloomhousing.com
Apache License 2.0
33 stars 25 forks source link

See Rentals button can sometimes link to How it Works page #4194

Open trevorshannon opened 4 months ago

trevorshannon commented 4 months ago

Describe the bug For certain window sizes, there is a hidden link on top of the See Rentals button (href="/listings") that links to /how-it-works

To Reproduce Steps to reproduce the behavior:

  1. Navigate to https://housing.sanjoseca.gov/
  2. Resize browser window to approx 875 px tall
  3. Hover over the center of the See Rentals button in the hero section
  4. See the link target as https://housing.sanjoseca.gov/
  5. Click on the center of the See Rentals button
  6. Arrive at How it Works page

Expected behavior Clicking anywhere on the See Rentals button should navigate to /listings

Screenshots

Screenshot 2024-07-11 at 7 33 03 PM

Desktop (please complete the following information):

Additional context Perhaps thanks to absolute positioning of .seeds-button:after this behavior depends on window height. If the relevant .seeds-button:after element does not land on the See Rentals button, the issue does not occur.