Mark Wong
Posts: 0
Joined: Sat Feb 14, 2015 7:47 am

Max-height with overflow scroll for list component in AngularJS

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?

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Max-height with overflow scroll for list component in AngularJS

Hello,

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

Mark Wong
Posts: 0
Joined: Sat Feb 14, 2015 7:47 am

Max-height with overflow scroll for list component in AngularJS

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

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

Max-height with overflow scroll for list component in AngularJS

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

Return to “Issues”