[site/hooks][s]: minor observer adjusment

This commit is contained in:
olayway 2022-06-01 16:52:00 +02:00
parent fa0775f43a
commit 59ff08b247
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ const getIntersectionObserver = (callback) => {
},
{
root: null,
threshold: 0.55,
rootMargin: "-65px 0% -85% 0%" // 65px is a navbar height
}
);