From 8aa22bc7a2d7fab1607bb43f230a830137a08807 Mon Sep 17 00:00:00 2001 From: Taly Date: Tue, 12 Jul 2022 11:39:41 +0300 Subject: [PATCH] Update table-of-content.js --- src/frontend/js/classes/table-of-content.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/js/classes/table-of-content.js b/src/frontend/js/classes/table-of-content.js index ecadaeb..4b99c51 100644 --- a/src/frontend/js/classes/table-of-content.js +++ b/src/frontend/js/classes/table-of-content.js @@ -140,7 +140,7 @@ export default class TableOfContent { */ initIntersectionObserver() { const options = { - rootMargin: '-5% 0 -60%', + rootMargin: '-5% 0 -85%', }; const callback = (entries) => {