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 14ba63f commit f029bb4Copy full SHA for f029bb4
site/src/components/Command/Command.tsx
@@ -69,7 +69,7 @@ export const CommandList = forwardRef<
69
>(({ className, ...props }, ref) => (
70
<CommandPrimitive.List
71
ref={ref}
72
- className={cn("max-h-[340px] overflow-y-auto overflow-x-hidden", className)}
+ className={cn("max-h-96 overflow-y-auto overflow-x-hidden", className)}
73
{...props}
74
/>
75
));
0 commit comments