diff options
Diffstat (limited to '.storybook')
-rw-r--r-- | .storybook/decorators/index.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.storybook/decorators/index.js b/.storybook/decorators/index.js index acea431..518f966 100644 --- a/.storybook/decorators/index.js +++ b/.storybook/decorators/index.js @@ -1,6 +1,6 @@ export const center = () => { return { template: - '<div style="display: flex; align-items: center; justify-content: center"><story/></div>' + '<div style="height: 100vh; display: flex; align-items: center; justify-content: center"><story/></div>' } } |