Skip to content

Commit c69ec49

Browse files
authored
Merge branch 'develop' into pr05/migrate_routes_folder
2 parents 0847612 + 320245e commit c69ec49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/RootPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ interface RootPageProps {
77

88
export const RootPage = styled.div<RootPageProps>`
99
min-height: 100vh;
10-
height: ${({ fixedHeight }) => fixedHeight || '100vh'};
10+
height: ${({ fixedHeight }) => fixedHeight || 'auto'};
1111
display: flex;
1212
justify-content: flex-start;
1313
flex-direction: column;

0 commit comments

Comments
 (0)