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
This commit is contained in:
Harshul
2025-11-06 11:34:15 +05:30
committed by GitHub
parent df497ad236
commit c02d00aafc

View File

@@ -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;