tag
#yoga
2 items (2 fixes)
fixes
✓ 26.07.08e
"Absolutely-positioned flex column with auto height silently drops trailing children"
Trailing children of a tall absolutely-positioned flex column silently vanish (no overflow, no compression) because Yoga's auto-height under-measures the content. Fix: give the column an explicit height.
razorscss
✓ 26.07.15a
"flex-basis: 0 overrides width and collapses a fixed column in Yoga"
In s&box Yoga, an explicit flex-basis (notably flex-basis: 0 inherited from a base rule) takes precedence over width for a flex item's main-axis size: a fixed column collapses to zero.
yogaflex