Skip to content

Commit

Permalink
🎉 Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed Dec 10, 2015
1 parent b0da64d commit eab8551
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smooth-scrollbar",
"version": "1.0.1",
"version": "1.0.2",
"authors": [
"Dolphin Wood <[email protected]>"
],
Expand Down
5 changes: 5 additions & 0 deletions dist/smooth_scrollbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ scrollbar.scrolling .scroll-content,
[data-scrollbar].scrolling .scroll-content {
pointer-events: none;
}
scrollbar.scrolling .scroll-content .scroll-content,
[scrollbar].scrolling .scroll-content .scroll-content,
[data-scrollbar].scrolling .scroll-content .scroll-content {
pointer-events: auto;
}
scrollbar .scrollbar-track,
[scrollbar] .scrollbar-track,
[data-scrollbar] .scrollbar-track {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "smooth-scrollbar",
"version": "1.0.1",
"version": "1.0.2",
"description": "Customize scrollbar in modern browsers with smooth scrolling experience.",
"main": "dist/smooth_scrollbar.js",
"scripts": {
Expand Down

0 comments on commit eab8551

Please sign in to comment.