Skip to content

Commit

Permalink
design: 모바일 화면에서 스크롤이 되는 문제를 해결하기 위해서 height 속성값 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinkr committed Sep 21, 2024
1 parent 8d316c3 commit a6ee7b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/src/styles/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,11 +100,12 @@ const globalStyles = css`
}
body {
overflow: hidden;
display: flex;
justify-content: center;
width: 100%;
min-height: 100vh;
height: 100dvh;
font-family: Pretendard, sans-serif;
font-size: 1.6rem;
Expand Down

0 comments on commit a6ee7b0

Please sign in to comment.