Skip to content

Commit

Permalink
fix: remove preview changes from .storybook/main.ts
Browse files Browse the repository at this point in the history
actually good to snapshot full page instead of just fixed pages
  • Loading branch information
karrui committed Apr 26, 2024
1 parent 8dd5283 commit b8ac5a5
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,6 @@ const config: StorybookConfig = {
name: '@storybook/react-vite',
options: {},
},
previewHead: (head) => `
${head}
<style>
#storybook-root {
height: 100%;
}
</style>
`,
}

export default config

0 comments on commit b8ac5a5

Please sign in to comment.