Skip to content

Commit

Permalink
Merge pull request #143 from alexladouceur/fancy-feed-scrollbar
Browse files Browse the repository at this point in the history
added fancy feed scrollbar
  • Loading branch information
s-alad authored Oct 3, 2024
2 parents 53ae366 + 2600b00 commit 3091157
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions client/pages/feed/feed.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,20 @@
}
.hide {
display: none;
}

.feed::-webkit-scrollbar {
width: 10px;
}

.feed::-webkit-scrollbar-track {
background: #fff;
}

.feed::-webkit-scrollbar-thumb {
background: #555;
}

.feed::-webkit-scrollbar-thumb:hover {
background: #444;
}

0 comments on commit 3091157

Please sign in to comment.