From 10837d7ba1b9a58e0ba75e6f8f1da10ecb062a83 Mon Sep 17 00:00:00 2001 From: Moody Salem Date: Tue, 2 Jun 2020 12:28:35 -0400 Subject: [PATCH] fix(scrolling): too much scrolling --- src/pages/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/App.tsx b/src/pages/App.tsx index d47ecaf49bb..c088744ac89 100644 --- a/src/pages/App.tsx +++ b/src/pages/App.tsx @@ -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;