We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ada2641 commit b5b69caCopy full SHA for b5b69ca
site/src/modules/dashboard/Navbar/ProxyMenu.stories.tsx
@@ -36,9 +36,13 @@ const meta: Meta<typeof ProxyMenu> = {
36
<Story />
37
</AuthProvider>
38
),
39
+ (Story) => (
40
+ <div css={{ width: 1200, height: 800 }}>
41
+ <Story />
42
+ </div>
43
+ ),
44
],
45
parameters: {
- layout: "fullscreen",
46
queries: [
47
{ key: ["me"], data: MockUser },
48
{ key: ["authMethods"], data: MockAuthMethodsAll },
0 commit comments