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) {