dev: Fix playground scroll y on home page

This commit is contained in:
Cole Lawrence 2022-08-03 11:12:40 -04:00
parent fdf268ad43
commit c00144464d

View file

@ -7,6 +7,7 @@ const HomeContainer = styled.div`
position: fixed;
inset: 0;
background: #1b1c1e;
overflow: auto;
`
const ContentContainer = styled.div`
padding: 0 5rem;