Skip to content

Commit

Permalink
fix(docs) consider an example to be visible over a wider area
Browse files Browse the repository at this point in the history
  • Loading branch information
embeddedt authored Jun 18, 2021
1 parent b5f632e commit 145a0fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_templates/page.html
Original file line number Diff line number Diff line change
@@ -70,7 +70,7 @@
});
}
const config = {
rootMargin: '50px 0px',
rootMargin: '600px 0px',
threshold: 0.01
};
let observer = new IntersectionObserver(onIntersection, config);

0 comments on commit 145a0fa

Please sign in to comment.