fix: adjust suggestion positioning and height for improved UI layout

This commit is contained in:
Henry Li
2026-02-07 17:56:06 +08:00
parent f41d9b3be5
commit b135449c07
2 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import type { LucideIcon } from "lucide-react";
import { Children, type ComponentProps } from "react";
const STAGGER_DELAY_MS = 60;
const STAGGER_DELAY_MS_OFFSET = 200;
const STAGGER_DELAY_MS_OFFSET = 250;
export type SuggestionsProps = ComponentProps<typeof ScrollArea>;