diff --git a/src/features/earn/activity/components/InvestigationDrawer.tsx b/src/features/earn/activity/components/InvestigationDrawer.tsx index a905fd1..d784622 100644 --- a/src/features/earn/activity/components/InvestigationDrawer.tsx +++ b/src/features/earn/activity/components/InvestigationDrawer.tsx @@ -12,6 +12,7 @@ import { AnimatePresence, motion } from 'motion/react'; import { trpc } from '@/lib/trpc'; import type { ActivityOffer } from '../lib/types'; import type { InvestigationToolCallDisplay } from '../hooks/useInvestigation'; +import { DOCKBAR_HEIGHT } from '@/features/ops/LiveOpsConsole'; import { useInvestigation } from '../hooks/useInvestigation'; import { OfferTile } from './OfferTile'; import { StatusPill } from './StatusPill'; @@ -196,7 +197,8 @@ export function InvestigationDrawer({