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 06b1586 + 89d5265 commit 320245eCopy full SHA for 320245e
client/components/RootPage.tsx
@@ -7,7 +7,7 @@ interface RootPageProps {
7
8
export const RootPage = styled.div<RootPageProps>`
9
min-height: 100vh;
10
- height: ${({ fixedHeight }) => fixedHeight || '100vh'};
+ height: ${({ fixedHeight }) => fixedHeight || 'auto'};
11
display: flex;
12
justify-content: flex-start;
13
flex-direction: column;
0 commit comments