diff --git a/docs/_templates/page.html b/docs/_templates/page.html index f29c63d4d..42dcda4e7 100644 --- a/docs/_templates/page.html +++ b/docs/_templates/page.html @@ -70,7 +70,7 @@ document.addEventListener('DOMContentLoaded', (event) => { }); } const config = { - rootMargin: '50px 0px', + rootMargin: '600px 0px', threshold: 0.01 }; let observer = new IntersectionObserver(onIntersection, config);