Skip to content

Commit

Permalink
Add tweetdeck style scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
maple3142 committed Dec 26, 2018
1 parent 19ff83b commit ee1416f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app/components/IllustList/styles.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,17 @@ export const ScrollableY = styled.div`
overflow-y: scroll;
overflow-x: hidden;
height: 100%;
&::-webkit-scrollbar {
width: 11px;
}
&::-webkit-scrollbar-thumb {
min-height: 50px;
}
&::-webkit-scrollbar-thumb {
border-radius: 5px;
background-color: #444448;
}
&::-webkit-scrollbar-track {
border-left: 1px solid #444448;
}
`

0 comments on commit ee1416f

Please sign in to comment.