Skip to content

Commit

Permalink
fix: fix scroll bars on loading screen (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
cberthou committed Nov 24, 2020
1 parent 02d0939 commit e256f2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app.tsx
Expand Up @@ -44,6 +44,7 @@ const App = styled.div`
padding: 0.975em;
height: 100vh;
box-sizing: border-box;
overflow: hidden;
`;

/** This is the entrypoint for the app. */
Expand Down

0 comments on commit e256f2f

Please sign in to comment.