We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8abdec9 commit 4d1495bCopy full SHA for 4d1495b
src/components/ui/command.tsx
@@ -57,7 +57,7 @@ const CommandList = React.forwardRef<
57
>(({ className, ...props }, ref) => (
58
<CommandPrimitive.List
59
ref={ref}
60
- className={cn('max-h-[300px] overflow-x-hidden overflow-y-auto', className)}
+ className={cn('overflow-x-hidden overflow-y-auto', className)}
61
{...props}
62
/>
63
));
0 commit comments