Skip to content

Commit

Permalink
feat: 터치 스크롤 기능 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
Taew00k committed Jan 23, 2025
1 parent 60039e3 commit 9c61121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/global.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ globalStyle('html, body', {
fontSize: '62.5%',
scrollBehavior: 'smooth',
background: '#D3ECD8',
WebkitOverflowScrolling: 'touch',
});

globalStyle('#root', {
Expand Down

0 comments on commit 9c61121

Please sign in to comment.