- From: Lea Verou via GitHub <sysbot+gh@w3.org>
- Date: Mon, 08 Feb 2021 13:31:03 +0000
- To: public-css-archive@w3.org
After thinking about it a bit more, I wonder if the best way to go isn't necessarily to override the containing block, but to be able to declare an element as something that can "spill out" of an `overflow: hidden` container. Something like `overflow-behavior: normal | popup`? (TBB) One issue with that is that now `overflow: hidden` is no guarantee of no overflow anymore. We could also introduce a new `strict` modifier value for `overflow` that means "hide everything, even popups", (used like: `overflow: hidden strict`). -- GitHub Notification of comment by LeaVerou Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5699#issuecomment-775151653 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 8 February 2021 13:31:06 UTC