diff --git a/src/styles/GlobalStyles.ts b/src/styles/GlobalStyles.ts index 9370c829..a2f490cd 100644 --- a/src/styles/GlobalStyles.ts +++ b/src/styles/GlobalStyles.ts @@ -154,9 +154,10 @@ const gStyle = css` ${resetCss} #root, body, html { - max-width: 43rem; - margin: 0 auto; + + background-color: #f5f5f5; + max-width: 43rem; -ms-overflow-style: none; /* 인터넷 익스플로러 */ scrollbar-width: none; /* 파이어폭스 */ }