diff --git a/packages/playground/devEnv/home/PlaygroundPage.tsx b/packages/playground/devEnv/home/PlaygroundPage.tsx index 82f9ed1..684c07b 100644 --- a/packages/playground/devEnv/home/PlaygroundPage.tsx +++ b/packages/playground/devEnv/home/PlaygroundPage.tsx @@ -7,6 +7,7 @@ const HomeContainer = styled.div` position: fixed; inset: 0; background: #1b1c1e; + overflow: auto; ` const ContentContainer = styled.div` padding: 0 5rem;