chore(storybook): increase height of autodoc stories window
This commit is contained in:
@@ -18,6 +18,15 @@ const preview: Preview = {
|
|||||||
// 'off' - skip a11y checks entirely
|
// 'off' - skip a11y checks entirely
|
||||||
test: 'todo',
|
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: [
|
decorators: [
|
||||||
(storyFn, { parameters }) => {
|
(storyFn, { parameters }) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user