Re: [csswg-drafts] [css-overflow] Selective overflow: hidden (#3417)

There is the trick of using `position: absolute` in the child and `position: static` in the parent, so that the containing block of the child is an ancestor of the parent. The problem is that usually I want to position or size the child with respect to the parent, which is not easy if the containing block is something else.


-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3417#issuecomment-446447879 using your GitHub account

Received on Wednesday, 12 December 2018 03:22:18 UTC