Skip to content

Commit

Permalink
design: root의 height auto로 설정 및 배경색 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 committed Aug 22, 2024
1 parent 9c5b02a commit 19d2e85
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions client/src/GlobalStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,5 @@ export const GlobalStyle = css`
#root {
display: flex;
flex-direction: column;
height: 100%;
background-color: #f1f0f5;
}
`;

0 comments on commit 19d2e85

Please sign in to comment.