- From: Oriol Brufau via GitHub <sysbot+gh@w3.org>
- Date: Wed, 19 Oct 2022 22:32:00 +0000
- To: public-css-archive@w3.org
@frivoal I didn't think about this during the call, what about `overflow: scroll`? ```html <style> div { overflow: scroll; contain: size; background: cyan; vertical-align: top; } div::before { content: ""; display: block; height: 200px; width: 200px; } </style> <div style="display: inline-grid; grid-template: 100px / 100px"></div> ``` Should it also end up with an inner size smaller than 100px? Overlapping the content seems suboptimal and in this case there is no reason to do that. -- GitHub Notification of comment by Loirooriol Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7875#issuecomment-1284639997 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 19 October 2022 22:32:01 UTC