StefanKovac/flex-layout-attribute

Why not use “align-self:flex-start” instead of “top”?

Closed this issue · 3 comments

"margin-bottom: auto" had no effect in some browsers

  1. FLA is designed to use common alignment keywords regardless of flex direction. Result of “align-self:flex-start;” depends on flex direction while with "top" you always get the same result - top alignment.
  2. Be specific please.

Thanks.

thank you.
I now know this is your design intent.
"self=‘top’" On my phone's browser no effect. My phone system is android6.0, the model is Huawei mate8.

Make sure item height is not the same as container height, otherwise you wont notice top alignment. Basically, I'm shooting in the dark here so feel free to post url so I can take a look.