From b3ab304a00f6f6b0706d892f56645286e2bfcf48 Mon Sep 17 00:00:00 2001 From: shadcn Date: Tue, 28 Oct 2025 21:34:31 +0400 Subject: [PATCH] fix: minor styles updates --- apps/v4/components/docs-sidebar.tsx | 7 ++++--- apps/v4/styles/globals.css | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/apps/v4/components/docs-sidebar.tsx b/apps/v4/components/docs-sidebar.tsx index 756ab2cbec..79dce7005d 100644 --- a/apps/v4/components/docs-sidebar.tsx +++ b/apps/v4/components/docs-sidebar.tsx @@ -51,12 +51,12 @@ export function DocsSidebar({ return ( - -
+ +
Sections @@ -141,6 +141,7 @@ export function DocsSidebar({ ) })} +
) diff --git a/apps/v4/styles/globals.css b/apps/v4/styles/globals.css index 52559b3f7c..96c7d22090 100644 --- a/apps/v4/styles/globals.css +++ b/apps/v4/styles/globals.css @@ -150,11 +150,12 @@ @apply bg-selection text-selection-foreground; } html { - @apply scroll-smooth; + @apply overscroll-none scroll-smooth; } body { font-synthesis-weight: none; text-rendering: optimizeLegibility; + @apply 3xl:p-2 3xl:fixed:p-0 overscroll-none; } @supports (font: -apple-system-body) and (-webkit-appearance: none) {