Skip to content

Commit

Permalink
🎨 스크롤바 이슈 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
woobottle committed Feb 9, 2024
1 parent cdb0a23 commit 61c2901
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 61c2901

Please sign in to comment.