Skip to content

Commit

Permalink
[Design] 팀 관리 페이지 스크롤바 지움
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeMir committed Dec 26, 2021
1 parent b9538b1 commit a0bf017
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/templates/UsersTemplate/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,8 @@ export const ContentContainer = styled.div`
background-color: ${ColorCode.BACKGROUND2};
overflow-y: scroll;
min-width: 40rem;
::-webkit-scrollbar {
display: none;
}
`;

0 comments on commit a0bf017

Please sign in to comment.