Skip to content
Permalink
Browse files

- Explaining how to create a scrollable section.

  • Loading branch information
alvarotrigo committed Mar 24, 2015
1 parent dc69541 commit 4c17964e40caa03be315b6313a3f5113d5bcc6b4
Showing with 7 additions and 0 deletions.
  1. +7 −0 README.md
@@ -107,6 +107,13 @@ For example: http://alvarotrigo.com/pagePiling/#page2
### Using a menu
To link the menu with the active section you will have to use the `menu` option and make use of anchor links (#) as explained below in the options section.

### Creating a scrollable section
In case you want to have a section with large content and therefore create an scroll bar for that section, you can do it by adding the class `pp-scrollable` to that section:

```html
<div class="section pp-scrollable"></div>
```

## Options

- `verticalCentered`: (default `true`) Vertically centering of the content within sections.

0 comments on commit 4c17964

Please sign in to comment.
You can’t perform that action at this time.