Skip to content

Commit 177a198

Browse files
authored
Merge pull request #2585 from Akhilbisht798/Bug/ScreenShake
Fix: Screen Shake in Privacy Policy tabs
2 parents 5ac37e4 + 8ba2e13 commit 177a198

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)