Skip to content

Commit 54bd608

Browse files
committed
Fix: Screen Shake in Privacy Policy tabs
1 parent f99eda0 commit 54bd608

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/modules/Legal/components/PolicyContainer.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import { remSize, prop } from '../../../theme';
77

88
const PolicyContainerMain = styled.main`
99
max-width: ${remSize(700)};
10+
min-height: 100vh;
1011
margin: 0 auto;
1112
padding: ${remSize(10)};
1213
line-height: 1.5em;

0 commit comments

Comments
 (0)