Skip to content

Commit b5b69ca

Browse files
committed
Force size
1 parent ada2641 commit b5b69ca

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

site/src/modules/dashboard/Navbar/ProxyMenu.stories.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ const meta: Meta<typeof ProxyMenu> = {
3636
<Story />
3737
</AuthProvider>
3838
),
39+
(Story) => (
40+
<div css={{ width: 1200, height: 800 }}>
41+
<Story />
42+
</div>
43+
),
3944
],
4045
parameters: {
41-
layout: "fullscreen",
4246
queries: [
4347
{ key: ["me"], data: MockUser },
4448
{ key: ["authMethods"], data: MockAuthMethodsAll },

0 commit comments

Comments
 (0)