Skip to content

Commit

Permalink
fix(dashboard): 🐛 Template modal scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Apr 9, 2022
1 parent b1d30fc commit e941ce1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 65 deletions.
64 changes: 0 additions & 64 deletions apps/builder/components/templates/PreviewModal.tsx

This file was deleted.

7 changes: 6 additions & 1 deletion apps/builder/components/templates/TemplatesModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,12 @@ export const TemplatesModal = ({ isOpen, onClose, onTypebotChoose }: Props) => {
}

return (
<Modal isOpen={isOpen} onClose={onClose} size="6xl">
<Modal
isOpen={isOpen}
onClose={onClose}
size="6xl"
blockScrollOnMount={false}
>
<ModalOverlay />
<ModalContent h="85vh">
<ModalBody as={HStack} p="0">
Expand Down

4 comments on commit e941ce1

@vercel
Copy link

@vercel vercel bot commented on e941ce1 Apr 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e941ce1 Apr 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e941ce1 Apr 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on e941ce1 Apr 9, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

builder-v2 – ./apps/builder

app.typebot.io
builder-v2-typebot-io.vercel.app
builder-v2-git-main-typebot-io.vercel.app

Please sign in to comment.