Skip to content

Commit

Permalink
fix(editor): ♿️ Overflow clip
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 25, 2022
1 parent 8171edb commit 74b3464
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builder/pages/typebots/[typebotId]/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const TypebotEditPage = () => (
<EditorContext>
<Seo title="Editor" />
<KBar />
<Flex overflow="hidden" h="100vh" flexDir="column" id="editor-container">
<Flex overflow="clip" h="100vh" flexDir="column" id="editor-container">
<TypebotHeader />
<Board />
</Flex>
Expand Down

2 comments on commit 74b3464

@vercel
Copy link

@vercel vercel bot commented on 74b3464 Feb 25, 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

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

@vercel
Copy link

@vercel vercel bot commented on 74b3464 Feb 25, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.