UNPKG

formstone

Version:

Library of modular front end components.

21 lines (16 loc) 275 B
### Basic Scrollbar will allow you to customize the visible scrollbar on overflow content. ```javascript $(".target").scrollbar(); ``` ```markup <div class="target"> <p>...</p> </div> ``` ### Horizontal ```javascript $(".target").scrollbar({ horizontal: true }); ```