I have a difficult flexbox layout that I’m trying to achieve, and I have a difficult restriction that one of the items is a Webgl player and cannot be conditionally rendered because that would restart the WebGl player. All of the items should be able to occupy item 1 position when clicked on. How would you code this flex layout knowing that item 2 can only change its order, not its parent.
I’ve tried making item 2 absolutely positioned though that is less than ideal.
Jeremy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.