Skip to content

Commit 10c843e

Browse files
committed
change 'none' to 'unset' for min-height
1 parent 25c4980 commit 10c843e

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

0 commit comments

Comments
 (0)