diff options
Diffstat (limited to 'src/components/organisms/toolbar/toolbar.stories.tsx')
| -rw-r--r-- | src/components/organisms/toolbar/toolbar.stories.tsx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/components/organisms/toolbar/toolbar.stories.tsx b/src/components/organisms/toolbar/toolbar.stories.tsx index de94e31..4f9a3de 100644 --- a/src/components/organisms/toolbar/toolbar.stories.tsx +++ b/src/components/organisms/toolbar/toolbar.stories.tsx @@ -38,6 +38,9 @@ export default { </IntlProvider> ), ], + parameters: { + layout: 'fullscreen', + }, } as ComponentMeta<typeof ToolbarComponent>; const Template: ComponentStory<typeof ToolbarComponent> = (args) => ( |
