Skip to content

Commit 4d1495b

Browse files
committed
Fix cut command dialog
1 parent 8abdec9 commit 4d1495b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ui/command.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const CommandList = React.forwardRef<
5757
>(({ className, ...props }, ref) => (
5858
<CommandPrimitive.List
5959
ref={ref}
60-
className={cn('max-h-[300px] overflow-x-hidden overflow-y-auto', className)}
60+
className={cn('overflow-x-hidden overflow-y-auto', className)}
6161
{...props}
6262
/>
6363
));

0 commit comments

Comments
 (0)