Commit 10837d7b authored by Moody Salem's avatar Moody Salem

fix(scrolling): too much scrolling

parent 2d6eddf9
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment