Skip to content

Commit

Permalink
fix(track): prevent thumb from being selected, resolve #48
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed Feb 25, 2017
1 parent e0d0f14 commit 1db3c68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style/smooth-scrollbar.styl
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ scrollbar
z-index: 1
transition: opacity .5s ease-out, background .5s ease-out
background: none
user-select: none

&.show
&:hover
Expand Down

0 comments on commit 1db3c68

Please sign in to comment.