Absolute Position with align items center does not work like on web #310

Closed
opened 2016-12-28 22:17:42 -08:00 by anql · 0 comments
anql commented 2016-12-28 22:17:42 -08:00 (Migrated from github.com)
<div id="absolute_layout_align_items_center" style="height: 100px; flex-grow: 1; align-items: center; justify-content: center;">
	<div style="position: absolute; width: 50px; height: 50px;"></div>
</div>

http://jsfiddle.net/s8ksdpre/5/
@emilsjolander

```html <div id="absolute_layout_align_items_center" style="height: 100px; flex-grow: 1; align-items: center; justify-content: center;"> <div style="position: absolute; width: 50px; height: 50px;"></div> </div> ``` http://jsfiddle.net/s8ksdpre/5/ @emilsjolander
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#310
No description provided.