fix(scrolling): too much scrolling

This commit is contained in:
Moody Salem 2020-06-02 12:28:35 -04:00
parent 2d6eddf9d4
commit 10837d7ba1
No known key found for this signature in database
GPG Key ID: 8CB5CD10385138DB

@ -49,7 +49,7 @@ const BodyWrapper = styled.div`
const BackgroundGradient = styled.div`
width: 100%;
height: 200vh;
height: 100vh;
background: ${({ theme }) => `radial-gradient(50% 50% at 50% 50%, ${theme.primary1} 0%, ${theme.bg1} 100%)`};
position: absolute;
top: 0px;