fix(scrolling): too much scrolling
This commit is contained in:
parent
2d6eddf9d4
commit
10837d7ba1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user