Skip to content

Commit

Permalink
Merge pull request #500 from depromeet/chore/editCss
Browse files Browse the repository at this point in the history
🎨 스크롤바 이슈 수정
  • Loading branch information
woobottle authored Feb 9, 2024
2 parents cc449e2 + 61c2901 commit 7d19600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
7 changes: 2 additions & 5 deletions src/app/level/guide/GrowthLevel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,8 @@ const containerCss = css({
overflowY: 'auto',
position: 'relative',

'&::-webkit-scrollbar': {
width: '0px',
},
'&::-webkit-scrollbar-track': {
width: '0px',
_scrollbar: {
display: 'none',
},
});

Expand Down
7 changes: 2 additions & 5 deletions src/components/Motion/StaggerWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ const wrapperCss = css({
flexDirection: 'column',
width: '100%',

'&::-webkit-scrollbar': {
width: '0px',
},
'&::-webkit-scrollbar-track': {
width: '0px',
_scrollbar: {
display: 'none',
},
});

0 comments on commit 7d19600

Please sign in to comment.