danielepiccone / ng-pageslide

AngularJS sliding panel for serving additional content from off the page
http://danielepiccone.github.io/ng-pageslide/examples/
451 stars 160 forks source link

Scroll #175

Closed saherrera closed 6 years ago

saherrera commented 7 years ago

The side panel has an issue when you try to implements an overflow: scroll...

Do you have an example?

axar commented 7 years ago

For anyone still wondering. Create a div with pageslide-body inside the pageslide element.

.ng-pageslide .pageslide-body { max-height: 100%; overflow-y: auto; position: absolute; max-width: 100%; overflow-x: hidden; }