diff --git a/client/src/GlobalStyle.ts b/client/src/GlobalStyle.ts index ecbfdef56..ab16de8e1 100644 --- a/client/src/GlobalStyle.ts +++ b/client/src/GlobalStyle.ts @@ -156,8 +156,5 @@ export const GlobalStyle = css` #root { display: flex; flex-direction: column; - height: 100%; - - background-color: #f1f0f5; } `;