Skip to content

Commit

Permalink
update demo
Browse files Browse the repository at this point in the history
  • Loading branch information
fuermosi777 committed Nov 8, 2016
1 parent 99f3570 commit a2fcd47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/src/entry.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ let Root = React.createClass({
</div>
</div>
<div className="col-md-6">
<h4>Auto hide</h4>
<h4>Auto hide, and the starting position is on the "bottom right".</h4>
<div className="auto-hide">
<FreeScrollBar className="example" autohide={true} fixed={true} start={'bottom right'}>
<div className="inner">{Text}</div>
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": "react-free-scrollbar",
"version": "0.2.1",
"version": "0.2.2",
"description": "A react module for creating customizable scroll area",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit a2fcd47

Please sign in to comment.