Skip to content

Commit 740a171

Browse files
authored
Merge pull request #1940 from processing/bug/fullscreen-cropped
[#1938] Add height: 100% to Fullscreen view
2 parents 9be32c4 + e31bf06 commit 740a171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/pages/FullView.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ function FullView(props) {
4646
};
4747
}, []);
4848
return (
49-
<RootPage>
49+
<RootPage fixedHeight="100%">
5050
<Helmet>
5151
<title>{project.name}</title>
5252
</Helmet>

0 commit comments

Comments
 (0)