danielepiccone / ng-pageslide

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

Scrolling #144

Closed paulgill81 closed 7 years ago

paulgill81 commented 7 years ago

Is it possible to have the content within the slider scroll vertically?

songokudbz commented 7 years ago

I have a fix for that.

Just add the following: ng-class="{'scroll-fix-slider': true}" in the pageslider div and add the following CSS: .scroll-fix-slider{ overflow-y: scroll; overflow-x: hidden; }

Hope it helps. Anyhow he should integrate this I agree.

danielepiccone commented 7 years ago

I prefer not making assumption on which content people will insert into the pageslide, if they want to put a large block of text in that they should update the their css accordingly using the classes the pageslide provides.

songokudbz commented 7 years ago

I thought that it will be easy to integrate this, but of course, this is your creation and I will respect your wish. @gman7911 please add separate CSS then.

vofili commented 7 years ago

Thanks @songokudbz so much i really needed a scroller on pageslider