Skip to content

Commit

Permalink
[design] boostcampwm-2022#179 도움말 스크롤바 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
JJongBin committed Dec 11, 2022
1 parent 9a65e16 commit ce92cea
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion frontend/src/component/Info/info.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,14 @@ export const content = css`
padding: 5px;
::-webkit-scrollbar {
display: none;
width: 10px;
}
::-webkit-scrollbar-thumb {
background: rgba(0, 0, 0, 0.1);
background-clip: padding-box;
border: 2px solid transparent;
border-radius: 10px;
}
`;

Expand Down

0 comments on commit ce92cea

Please sign in to comment.