From 145a0fad0857dad7f2066e7d22436827e0d3fd7d Mon Sep 17 00:00:00 2001 From: embeddedt <42941056+embeddedt@users.noreply.github.com> Date: Fri, 18 Jun 2021 18:11:53 -0400 Subject: [PATCH] fix(docs) consider an example to be visible over a wider area --- docs/_templates/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);