From 134eeb24006ef537eb02529facd08cb48987d86f Mon Sep 17 00:00:00 2001 From: gbuomprisco Date: Sun, 9 Jun 2024 00:10:00 +0800 Subject: [PATCH] Fixed documentation navigation overflow --- apps/web/app/(marketing)/docs/_components/docs-navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" >