Closed saherrera closed 6 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; }
The side panel has an issue when you try to implements an overflow: scroll...
Do you have an example?