Skip to content

Commit

Permalink
hm
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jan 20, 2023
1 parent fa91130 commit 1c54b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/storybook/preview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const decorators = [
default: {
return (
<MarigoldProvider theme={THEME[theme as ThemeNames]}>
<div style={{ height: '900px', width: '500px', margin: '2rem' }}>
<div style={{ height: '900px', overflow: 'scroll' }}>
<Story />
</div>
</MarigoldProvider>
Expand Down

0 comments on commit 1c54b9a

Please sign in to comment.