- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Thu, 27 Feb 2025 00:09:04 +0000
- To: public-css-archive@w3.org
And everybody agrees on a column flexbox: ```html <!DOCTYPE html> <div style="display: flex; flex-direction: column; width: 100px; height: 100px; background: red"> <div style="min-height: 0; background: green"> <canvas width="10" height="10" style="width: 100%"></canvas> </div> </div> ``` | Blink, Gecko, WebKit | | - | |  | -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/11791#issuecomment-2686485302 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Thursday, 27 February 2025 00:09:05 UTC