Why not use “align-self:flex-start” instead of “top”?
Closed this issue · 3 comments
E-Dictionary commented
"margin-bottom: auto" had no effect in some browsers
StefanKovac commented
- 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.
- Be specific please.
Thanks.
E-Dictionary commented
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.
StefanKovac commented
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.