listview last line blank

listview last line blank

I have a dynamic created listview that I refresh after loading.  

The CSS for the ul is:

overflow-y: scroll;
-webkit-overflow-scrolling: touch;

On an iPhone SE that exceeds the list space all items are loaded but for some reason the last line is blank. If the users touches the last line the text appears.

Thoughts?