From 50cc987074fba6b360056092497353bce2d96ef7 Mon Sep 17 00:00:00 2001 From: NriotHrreion Date: Tue, 15 Sep 2026 12:37:09 +0800 Subject: [PATCH] fix(website): prevent table of contents overflow Hide the sidebar scrollbar while preserving vertical scrolling, and truncate long table of contents labels. --- apps/website/src/components/docs-page.astro | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/apps/website/src/components/docs-page.astro b/apps/website/src/components/docs-page.astro index 4517c60..e9cad85 100644 --- a/apps/website/src/components/docs-page.astro +++ b/apps/website/src/components/docs-page.astro @@ -89,7 +89,7 @@ const markdownPath = docsMarkdownPath(locale, currentId);