Skip to content

Commit 492c475

Browse files
committed
Fixed scrolling of Privacy policy, Terms of use, and Code of conduct pages in mobile view
1 parent 7536e25 commit 492c475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/RootPage.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const RootPage = styled.div`
1212
1313
@media (max-width: 770px) {
1414
height: 100%;
15-
overflow: hidden;
15+
overflow: auto;
1616
}
1717
`;
1818

0 commit comments

Comments
 (0)