philipwalton / flexbugs

A community-curated list of flexbox issues and cross-browser workarounds for them.
MIT License
13.63k stars 495 forks source link

Update fixed status of safari rendering bug #283

Open jdmswong opened 4 years ago

jdmswong commented 4 years ago

This bug is still active, see: https://jsfiddle.net/jdmswong/ys43uhx7/4/

  <div class="list">
    <div class="container">
      Flex container
    </div>
    <div>
      Non-flex container
    </div>
  </div>
.container {
  display: flex;
}

.list {
  display: flex;
  flex-direction: column;
  height: 20px;
  background-color: grey;
}

Chrome v84.0: image

Safari 13.1.2: image