Skip to content

Commit

Permalink
Merge pull request processing#2930 from rahulrangers/main
Browse files Browse the repository at this point in the history
fixed scroll
  • Loading branch information
raclim authored Mar 25, 2024
2 parents a25da50 + 20b0bce commit c4de266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/modules/Legal/components/PolicyContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import { remSize, prop } from '../../../theme';

const PolicyContainerMain = styled.main`
max-width: ${remSize(700)};
min-height: 100vh;
margin: 0 auto;
padding: ${remSize(10)};
line-height: 1.5em;
overflow: auto;
& p {
margin-bottom: ${remSize(10)};
}
Expand Down

0 comments on commit c4de266

Please sign in to comment.