Skip to content

Commit

Permalink
Add custom scrollbar CSS to play-queue popup
Browse files Browse the repository at this point in the history
  • Loading branch information
napieralla committed Aug 1, 2020
1 parent e5056a3 commit 947ecf6
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions src/app/components/Common/Player/Queue/Queue.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@import "../../../../assets/styles/settings/colors";
@import '../../../../assets/styles/common.scss';
@import '../../../../assets/styles/settings/colors';

.modal {
position: absolute;
Expand Down Expand Up @@ -67,10 +68,12 @@
}
}

.QueueList {
position: relative;
width: 400px;
padding: 0;
.queueList {
@extend .scrollWrapper;

// position: relative;
// width: 400px;
// padding: 0;
}

.queueItem {
Expand Down Expand Up @@ -159,7 +162,7 @@
> i {
padding: 5px 5px;
margin-right: 15px;
margin-left:5px;
margin-left: 5px;
color: $background_color;
cursor: pointer;
transition: color 0.1s;
Expand Down

0 comments on commit 947ecf6

Please sign in to comment.