diff --git a/.storybook/preview.ts b/.storybook/preview.ts index c4c3ddd..2734a23 100644 --- a/.storybook/preview.ts +++ b/.storybook/preview.ts @@ -18,6 +18,15 @@ const preview: Preview = { // 'off' - skip a11y checks entirely test: 'todo', }, + + docs: { + story: { + // This sets the default height for the iframe in Autodocs + iframeHeight: '400px', + // Ensure the story isn't forced into a tiny inline box + // inline: true, + }, + }, }, decorators: [ (storyFn, { parameters }) => {