Skip to content

Commit

Permalink
Merge pull request #213 from Team-Lecue/hotfix/jungwoo
Browse files Browse the repository at this point in the history
[Hotfix] 모바일 OverScroll 차단
  • Loading branch information
jungwoo3490 committed Jan 19, 2024
2 parents 2e19d62 + 905f143 commit 5962000
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 5962000

Please sign in to comment.