Skip to content

Commit

Permalink
style: 프로젝트 탭 터치 액션 지정
Browse files Browse the repository at this point in the history
  • Loading branch information
solar3070 committed Nov 13, 2023
1 parent 24f0b9d commit 5a6de29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ProjectPage/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const Root = styled.div`
margin: 0 auto;
width: 100vw;
overflow-x: hidden;
touch-action: pan-y;
/* 모바일 뷰 */
@media (max-width: 899px) {
Expand Down

0 comments on commit 5a6de29

Please sign in to comment.