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 2f6ea5b commit 8a887fdCopy full SHA for 8a887fd
packages/gitbook/src/components/TableOfContents/TableOfContents.tsx
@@ -107,6 +107,7 @@ export async function TableOfContents(props: {
107
>
108
{innerHeader ? innerHeader : null}
109
<ScrollContainer
110
+ data-testid="toc-scroll-container"
111
fadeEdges={['trailing']}
112
orientation="vertical"
113
contentClassName="flex grow flex-col p-2 gutter-stable"
0 commit comments