We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e0d53 commit 6626767Copy full SHA for 6626767
apps/website/src/components/toc/toc.tsx
@@ -38,7 +38,7 @@ const useActiveItem = (itemIds: string[]) => {
38
}
39
});
40
},
41
- { rootMargin: `0% 0% -90% 0%` },
+ { rootMargin: `0% 0% -85% 0%` },
42
);
43
44
itemIds.forEach((id) => {
0 commit comments