Fix minor scrolling issue

This commit is contained in:
Fabio Berger
2018-09-28 15:28:29 +01:00
parent 4d23cf85b9
commit b865492137

View File

@@ -333,7 +333,7 @@ export class Home extends React.Component<HomeProps, HomeState> {
});
return (
<Container
className="flex items-center"
className="flex items-center overflow-hidden"
width="100%"
background={`linear-gradient(to right, ${colors.grey100} 0%, ${colors.grey100} 50%, ${
colors.white