Skip to content

Commit

Permalink
fix: 모바일 overScroll 차단
Browse files Browse the repository at this point in the history
  • Loading branch information
jungwoo3490 committed Jan 19, 2024
1 parent c736182 commit 905f143
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/GlobalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ const resetCss = css`
body {
position: relative;
overscroll-behavior: none;
line-height: 1;
touch-action: manipulation;
Expand Down

0 comments on commit 905f143

Please sign in to comment.