Page 1 of 1

Max-height with overflow scroll for list component in AngularJS

Posted: Sat Feb 27, 2016 12:17 pm
by Mark Wong

I would like to set the maximum height of the list and let user to scroll the list inside the specific height, I've tried this in the CSS but that did not work in android appery.io tester

codeoverflow: scroll;
max-height: 50vh;
-webkit-overflow-scrolling: touch;
/code
Any idea?


Max-height with overflow scroll for list component in AngularJS

Posted: Mon Feb 29, 2016 1:22 pm
by Serhii Kulibaba

Hello,

Please set it's height value instead of max-height


Max-height with overflow scroll for list component in AngularJS

Posted: Mon Feb 29, 2016 1:33 pm
by Mark Wong

unfortunately it is not working as it scrolls the "background" page only


Max-height with overflow scroll for list component in AngularJS

Posted: Tue Mar 01, 2016 10:24 am
by Serhii Kulibaba

Could you show us screenshot of you page and makr, what exactly do you need to scroll?