Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/wizard/PlanDisplay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function PlanDisplay() {

{/* PROMPT CODE BLOCK */}
<div className="relative group">
<div className="absolute top-2 right-2 opacity-0 group-hover:opacity-100 transition-opacity z-10">
<div className="absolute top-2 right-2 opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 transition-opacity z-10">
<Button
size="sm"
className="h-8 text-xs bg-zinc-800 hover:bg-zinc-700 text-white border border-zinc-700"
Expand Down