FeedHow it worksProductsQuestsHuntersSign in

Get the Produck extension. File your own feedback on any site and get heard.

Download extension

Playabl

Posted by @keenrobin · 1mo ago
Page capture
1
2
3
4
5
6
7
8
9
10
1

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.

BrokenClutteredBuggy

The pile-on (0)

No pile-on yet. Be the first to co-sign.

🦆
Want to give your own feedback?Install the Produck extension and file feedback on any site — press ⌘⇧Z where it breaks, and it shows up here.
Download extension →