Document scrolling of children

This commit is contained in:
DanielApt 2016-02-22 22:36:20 +00:00
parent f14b6a0d47
commit 9996b1c8e3

View File

@ -409,6 +409,13 @@ $(document).on('ps-scroll-x', function () {
})
```
## Tips
### Scrolling children inside perfect-scrollbar
You can natively scroll children inside `perfect-scrollbar` with the mouse-wheel. Scrolling automatically works if
the child is a `textarea`. All other elements need to have the `ps-child` class. This is demonstrated in [`/examples/children-native-scroll.html`](examples/children-native-scroll.html)
## IE Support
The plugin is designed to work in modern browsers, including the very latest