From e7f430439185511b353f4bb304d88d732c78859f Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sun, 18 Jan 2026 20:54:48 +0300 Subject: [PATCH] chore(storybook): increase height of autodoc stories window --- .storybook/preview.ts | 9 +++++++++ 1 file changed, 9 insertions(+) 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 }) => {