Skip to content

Commit

Permalink
feat(editor): 💄 Make steps side bar scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
baptisteArno committed Feb 17, 2022
1 parent 00c3588 commit f7d6f0b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/builder/components/editor/StepsSideBar/StepSideBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,12 @@ export const StepsSideBar = () => {
shadow="xl"
borderWidth="1px"
pt="2"
pb="4"
pb="10"
px="2"
bgColor="gray.50"
spacing={6}
userSelect="none"
overflowY="scroll"
>
<Flex justifyContent="flex-end">
<Tooltip label={isLocked ? 'Unlock sidebar' : 'Lock sidebar'}>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ const executeWebhook = async (
data: parseBody(error.response.body as string),
}
}
console.error(error)
return {
statusCode: 500,
data: { message: `Error from Typebot server: ${error}` },
Expand Down

4 comments on commit f7d6f0b

@vercel
Copy link

@vercel vercel bot commented on f7d6f0b Feb 17, 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-typebot-io.vercel.app
app.typebot.io
builder-v2-git-main-typebot-io.vercel.app

@vercel
Copy link

@vercel vercel bot commented on f7d6f0b Feb 17, 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:

docs – ./apps/docs

docs-typebot-io.vercel.app
docs-git-main-typebot-io.vercel.app
docs.typebot.io

@vercel
Copy link

@vercel vercel bot commented on f7d6f0b Feb 17, 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 f7d6f0b Feb 17, 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:

viewer-v2 – ./apps/viewer

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

Please sign in to comment.