feat(smooth-scroll): implement smooth scrolling functionality with Lenis integration

This commit is contained in:
2026-03-12 19:08:44 +01:00
parent 8f6a242273
commit ef9b277396
6 changed files with 160 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ const CommandList = React.forwardRef<
>(({ className, ...props }, ref) => (
<CommandPrimitive.List
ref={ref}
data-lenis-prevent=""
className={cn("max-h-[280px] overflow-y-auto overflow-x-hidden", className)}
{...props}
/>