Skip to content

Commit

Permalink
fix(scrolling): too much scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jun 2, 2020
1 parent 2d6eddf commit 10837d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 10837d7

Please sign in to comment.