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?