Skip to content

Commit 774d312

Browse files
committed
Make the scroll shadows smaller
1 parent 1f9cda5 commit 774d312

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/scroll-shadow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export function ScrollShadow({
1313
return (
1414
<div
1515
className={cn(
16-
"absolute left-0 right-0 h-16 pointer-events-none z-10 transition-opacity duration-300 ease-in-out",
16+
"absolute left-0 right-0 h-10 pointer-events-none z-10 transition-opacity duration-300 ease-in-out",
1717
position === "top"
1818
? `top-0 bg-linear-to-b ${fromColor} to-transparent`
1919
: `bottom-0 bg-linear-to-t ${fromColor} to-transparent`,

0 commit comments

Comments
 (0)