Press Room
Gravity Press Room
{
const { top: showpoint } = $el.getBoundingClientRect();
const { bottom: hidepoint } = document.querySelector('main').getBoundingClientRect();
stuck = showpoint < 0;
hide = hidepoint <= window.innerHeight;
}"
>