Skip to content

Commit

Permalink
Add custom scrollbar CSS to artistList class
Browse files Browse the repository at this point in the history
  • Loading branch information
napieralla committed Aug 1, 2020
1 parent 1088aa0 commit 9785523
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/components/Routes/Library/Artists/ArtistsPage.scss
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
@import '../../../../assets/styles/common.scss';
@import '../../../../assets/styles/settings/colors';

.container {
Expand All @@ -11,6 +12,8 @@
}

.artistList {
@extend .scrollWrapper;

width: 250px;
height: 100%;
border-right: solid 1px $container_background;
Expand Down

0 comments on commit 9785523

Please sign in to comment.