Skip to content

Commit 25c4980

Browse files
committed
remove min-height for mobile only
1 parent 6c83843 commit 25c4980

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
@@ -41,6 +41,7 @@ const PolicyContainerMain = styled.main`
4141
4242
@media (max-width: 770px) {
4343
overflow: auto;
44+
min-height: none;
4445
}
4546
`;
4647

0 commit comments

Comments
 (0)