dev: Fix playground scroll y on home page
This commit is contained in:
parent
fdf268ad43
commit
c00144464d
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ const HomeContainer = styled.div`
|
||||||
position: fixed;
|
position: fixed;
|
||||||
inset: 0;
|
inset: 0;
|
||||||
background: #1b1c1e;
|
background: #1b1c1e;
|
||||||
|
overflow: auto;
|
||||||
`
|
`
|
||||||
const ContentContainer = styled.div`
|
const ContentContainer = styled.div`
|
||||||
padding: 0 5rem;
|
padding: 0 5rem;
|
||||||
|
|
Loading…
Reference in a new issue