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;