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 deffd66 commit 1bee6a7Copy full SHA for 1bee6a7
packages/app/src/app/pages/Sandbox/Editor/Content/index.tsx
@@ -74,7 +74,7 @@ export const Content: React.FC = () => {
74
? `Browser (${options.title || `:${options.port}`})`
75
: `Browser`,
76
Content: ({ hidden, options }) => (
77
- <Preview options={options} hidden={hidden} width="100%" height="100%" />
+ <Preview options={options} hidden={hidden} />
78
),
79
actions: [],
80
};
0 commit comments