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.
2 parents 9be32c4 + e31bf06 commit 740a171Copy full SHA for 740a171
client/modules/IDE/pages/FullView.jsx
@@ -46,7 +46,7 @@ function FullView(props) {
46
};
47
}, []);
48
return (
49
- <RootPage>
+ <RootPage fixedHeight="100%">
50
<Helmet>
51
<title>{project.name}</title>
52
</Helmet>
0 commit comments