Why aren't my flexbox items wrapping next to each other?

前端 未结 0 496
生来不讨喜
生来不讨喜 2020-12-11 19:00

I have a Flexbox container with the following SCSS:

.picker {
  height: 75px;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
}

My

相关标签:
回答
  • 消灭零回复
提交回复
热议问题