I have a div that uses flex and wraps the items...
#container
{
display: flex;
flex-wrap: wrap;
}
The items wrap to the next row when they reach the end of the container. I need a region which the items will also wrap around. Here is an example of what I want...
The items(grey) wrap the the next row when they reach the region(red).
I am wondering if this possible to do using flex-box.
Thank you.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…