- From: Christian Biesinger <cbiesinger@google.com>
- Date: Tue, 4 Aug 2015 11:14:08 -0700
- To: www-style list <www-style@w3.org>
- Cc: Stefan Zager <szager@google.com>
Hi there! a question came up here today -- does the min-content size include scrollbars? In particular: <div style="display: flex; flex-direction: column;"> <div style="min-height: min-content; width: 200px; overflow: auto; flex-basis: 0;"> <div style="height: 300px; width: 500px; background-color: green;"></div> </div> </div> Should there be a vertical scrollbar or not? -christian
Received on Tuesday, 4 August 2015 18:14:36 UTC