Skip to content

Commit

Permalink
style 커리큘럼 수정
Browse files Browse the repository at this point in the history
커리큘럼 scrollbar 보이지 않도록 수정
  • Loading branch information
yougyung committed Aug 10, 2023
1 parent d7a23e9 commit f170e6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/curriculum-list/curriculum-list.style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
border-radius: 1rem;
height: 8rem;
overflow: scroll;

@include subhead3;
color: $color-title;
&__item {
Expand All @@ -91,6 +92,9 @@
border-bottom: 0px;
}
}
&-list::-webkit-scrollbar {
display: none; /* Chrome, Safari, Opera*/
}
&-notice {
@include subhead3;
color: $color-grey-scale4;
Expand Down

0 comments on commit f170e6e

Please sign in to comment.