1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-08-07 14:35:26 +02:00

Update table-of-content.js

This commit is contained in:
Taly 2022-07-12 11:39:41 +03:00
parent fc014a0ca0
commit 8aa22bc7a2

View file

@ -140,7 +140,7 @@ export default class TableOfContent {
*/
initIntersectionObserver() {
const options = {
rootMargin: '-5% 0 -60%',
rootMargin: '-5% 0 -85%',
};
const callback = (entries) => {