HTML to reproduce the issue (as minimal as I could make it, almost everything here seems necessary):
<!DOCTYPE html>
<html>
<body style="display: flex; flex-direction: column; min-height: 200px">
<div style="display: flex; justify-content: center; flex-grow: 1">
<div style="background-color: lime">
hi
</div>
</div>
</body>
</html>
I expect the innermost box to fill the height of its parent, which happens in every other browser I tested:
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too