Skip to content

Commit 10837d7

Browse files
committed
fix(scrolling): too much scrolling
1 parent 2d6eddf commit 10837d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const BodyWrapper = styled.div`
4949

5050
const BackgroundGradient = styled.div`
5151
width: 100%;
52-
height: 200vh;
52+
height: 100vh;
5353
background: ${({ theme }) => `radial-gradient(50% 50% at 50% 50%, ${theme.primary1} 0%, ${theme.bg1} 100%)`};
5454
position: absolute;
5555
top: 0px;

0 commit comments

Comments
 (0)