“The site footer (social icons, PLAYABL name, Privacy Policy/Terms links) is position:fixed but two ancestor divs use overflow-x-clip, which creates a new containing block, so it renders overlapping the bottom of the first viewport instead of pinning to the real page bottom. I confirmed with elementFromPoint that clicks on the top sliver of the first-row game cards (roughly the bottom 40-60px of a 1440x900 load) actually hit the FOOTER element, not the card link underneath, so those cards are dead until you scroll. Remove overflow-x-clip from the wrapping divs or move the footer outside them so position:fixed resolves against the real viewport.”
Broken33d unfixed
The site footer (social icons, PLAYABL name, Privacy Policy/Terms links) is position:fixed but two ancestor divs use overflow-x-clip, which creates a new containing block, so it renders overlapping the bottom of the first viewport instead of pinning to the real page bottom. I confirmed with elementFromPoint that clicks on the top sliver of the first-row game cards (roughly the bottom 40-60px of a 1440x900 load) actually hit the FOOTER element, not the card link underneath, so those cards are dead until you scroll. Remove overflow-x-clip from the wrapping divs or move the footer outside them so position:fixed resolves against the real viewport.
The pile-on (0)
Join the pile-on
Co-sign this feedback so the team behind it feels the weight of the problem.
No pile-on yet. Be the first to co-sign.