diff --git a/apps/web/app/(marketing)/docs/_components/docs-navigation.tsx b/apps/web/app/(marketing)/docs/_components/docs-navigation.tsx index 4c779eccf..4e572e4b9 100644 --- a/apps/web/app/(marketing)/docs/_components/docs-navigation.tsx +++ b/apps/web/app/(marketing)/docs/_components/docs-navigation.tsx @@ -112,7 +112,7 @@ export function DocsNavigation({ pages }: { pages: Cms.ContentItem[] }) { style={{ height: `calc(100vh - 64px)`, }} - className="sticky top-2 hidden w-80 shrink-0 border-r p-4 lg:flex" + className="sticky top-2 hidden w-80 shrink-0 border-r p-4 lg:flex overflow-y-auto" >