From c00144464d9d0a9036292df5b91f133abf22b2ed Mon Sep 17 00:00:00 2001 From: Cole Lawrence Date: Wed, 3 Aug 2022 11:12:40 -0400 Subject: [PATCH] dev: Fix playground scroll y on home page --- packages/playground/devEnv/home/PlaygroundPage.tsx | 1 + 1 file changed, 1 insertion(+) 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;