airbnb / infinity

UITableViews for the web (DEPRECATED)
http://airbnb.io/infinity/
Other
2.8k stars 281 forks source link

CSS Heights #22

Open chrismanderson opened 11 years ago

chrismanderson commented 11 years ago

Experimenting with infinity.js - love the start so far. I know you state that ListViews can't have heights set via CSS. Does this mean that you can't use CSS heights at all within the individual elements? Or does that just mean that the height of the element itself can't be set via CSS, and you could use heights within the element for things like bars or buttons and such.

egze commented 11 years ago

I use Infinity for my project and you can definitely use css height for individual elements. Just not for the list container.