Skip to content

Commit e5f379a

Browse files
committed
fixed scroll
1 parent cd90d15 commit e5f379a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/Legal/components/PolicyContainer.jsx

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

88
const PolicyContainerMain = styled.main`
99
max-width: ${remSize(700)};
10-
min-height: 100vh;
1110
margin: 0 auto;
1211
padding: ${remSize(10)};
1312
line-height: 1.5em;
13+
overflow: auto;
1414
& p {
1515
margin-bottom: ${remSize(10)};
1616
}

0 commit comments

Comments
 (0)