mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
This commit is contained in:
parent
d2b8b9551f
commit
72d219b691
1 changed files with 5 additions and 12 deletions
|
|
@ -72,18 +72,11 @@ export const TaskModal = ({ task, open, onClose }: TaskModalProps) => {
|
|||
return (
|
||||
<Dialog open={open} onOpenChange={onClose}>
|
||||
<DialogContentFullScreen>
|
||||
<div className="fixed inset-0 p-8 md:p-16" onClick={onClose}>
|
||||
<div
|
||||
className="container mx-auto bg-background rounded-lg shadow-lg max-h-full overflow-hidden h-full"
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
>
|
||||
<TaskDetails
|
||||
task={task}
|
||||
messages={messages}
|
||||
headerActions={headerActions}
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
<TaskDetails
|
||||
task={task}
|
||||
messages={messages}
|
||||
headerActions={headerActions}
|
||||
/>
|
||||
</DialogContentFullScreen>
|
||||
</Dialog>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue