From c02d00aafc4a508ce534d7d0bea401a371d2a278 Mon Sep 17 00:00:00 2001 From: Harshul Date: Thu, 6 Nov 2025 11:34:15 +0530 Subject: [PATCH] fix(shadcn): Restore two-finger navigation on macOS by adjusting overscroll behavior (#8714) * fix(shadcn): Tow finger navigation on macOS * Add smooth scrolling to html element --- apps/v4/styles/globals.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/styles/globals.css b/apps/v4/styles/globals.css index 4fbe341f9a..291bbe99ea 100644 --- a/apps/v4/styles/globals.css +++ b/apps/v4/styles/globals.css @@ -150,7 +150,7 @@ @apply bg-selection text-selection-foreground; } html { - @apply overscroll-none scroll-smooth; + @apply overscroll-y-none scroll-smooth; } body { font-synthesis-weight: none;