diff --git a/ui/src/components/ConversationList/ConversationList.tsx b/ui/src/components/ConversationList/ConversationList.tsx index b4b4c395..d473a1ed 100644 --- a/ui/src/components/ConversationList/ConversationList.tsx +++ b/ui/src/components/ConversationList/ConversationList.tsx @@ -143,17 +143,25 @@ const ConversationItem = memo(
  • + {/* Full-row click target so the whole bubble (not just the text) selects */} +
    + {/* Actions dropdown */} @@ -300,7 +308,7 @@ function SortablePinnedItem({ type="button" aria-label="Conversation actions" className={cn( - "inline-flex items-center justify-center h-6 w-6 shrink-0 rounded-md p-0 opacity-0 transition-opacity hover:bg-muted", + "relative z-10 inline-flex items-center justify-center h-6 w-6 shrink-0 rounded-md p-0 opacity-0 transition-opacity hover:bg-muted", "group-hover:opacity-100", isActive && "opacity-100" )} @@ -909,7 +917,7 @@ export function Sidebar({
    handleContextMenu(e, conv)} > + {/* Full-row click target so the whole bubble (not just the text) selects */} +