Removed repetition

This commit is contained in:
Lucas Oliveira 2024-02-21 21:11:56 +01:00
commit 5b5813932d
2 changed files with 3 additions and 3 deletions

View file

@ -78,7 +78,7 @@ export default function IOView({ children, open, setOpen }): JSX.Element {
</div>
</BaseModal.Header>
<BaseModal.Content>
<div className="flex-max-width mt-2">
<div className="flex-max-width mt-2 h-[80vh]">
<div
className={cn(
"mr-6 flex h-full w-2/6 flex-col justify-start overflow-auto scrollbar-hide",

View file

@ -113,7 +113,7 @@ export default function ChatInput({
)}
</button>
</div>
</div>
</div>{/*
<Popover>
<PopoverTrigger asChild>
<Button variant="primary" className="h-13 px-4">
@ -133,7 +133,7 @@ export default function ChatInput({
/>
</div>
</PopoverContent>
</Popover>
</Popover> */}
</div>
);
}