So this is very peculiar, when I put a list in a panel card that is set to "fill container" the list won't render (specifically when the components CSS style property is set to iOS7), anyone experience this? The only way I can get a "fill container" like look is by not giving the list a height but giving it a width of 100% but this makes it so that list itself doesn't scroll but rather you can scroll the panel card (which is hard to grab since the list is set to 100%). The only way of over coming this issue is to make sure my list width is less than the devices width so that its easier to grab the panel card and scroll it making it look like the list is scrolling. This is on mobile (on a mac or pc I can just use the scroll bar to scroll the page or two finger scrolling on the macbook but I need this very simple app to work on mobile). I'm not sure if this is a corrupt CSS style file (and if so how I would fix that) or if this is a bug. I tried to turn on the scroller option of the list but with the "fill container" property checked the list doesn't render..

Thanks for any input (I'm messing with the component continuously to see if I can come up with a solution so no telling if the link below will show you the error but if you want to try it out here it is www.etrucktools.com/chili_cookoff.a5w).

I also noticed when I check the fill container box of the list and then load the page up the wait message styling is messed up (along with the list not rendering) which leads me to believe this is a corrupt iOS7 CSS style file (or I'm just grabbing at thin air for an answer haha).

So I got the list to finally render and fill the container, the issue was having a hidden control in the same panel as the list (could have sworn I've done this before and tested moving the control but yay its fixed haha)