preact/components/post-display/post-body.tsx
return renderedBody.initialLength ? (
// this outer wrapper exists to fix the negative margin-bottom
// clickjacking vector discovered by @bark; overflow: clip doesn't
// clip out the overflowing element here but a layer of
// overflow: clip prevents the bad tab navigation behavior
<div className="overflow-hidden">
so yeah. i did it again. finally carving out my niche: clickjacking™ on cohost!™
apologies for giving you more work just before your break, @staff. but also, big ups for how quickly you responded, especially as a small team (thanks kara!)
for completeness, here's the offending snippet i sent @staff:
<div style="
height: 3rem;
margin-bottom: calc(-4rem - 1px);
background: rgba(255, 0, 0, 0.5);
">
<strong style="margin-left: 1rem; color: white">post content overlaps footer</strong>
<a href="https://google.com">
<img src="https://staging.cohostcdn.org/attachment/074cc3d5-7ac0-422f-a104-08edfa328e92/rebug.svg" style="
display: inline;
width: 1.5rem;
height: 1.5rem;
margin: 0.75rem 0 0 0;
position: absolute;
right: 3rem;
" />
</a>
</div> syntax highlighting by codehost


