Re: [csswg-drafts] [css-position][css-sticky] Position: sticky doesn't work when it has several HTMLElements with margin before it (#3923)

@Konrud If you want the `height: 720px`, then you can make the `body` be the scroll container, e.g. `html, body {overflow: auto}` (`html` is needed to avoid [propagation](https://drafts.csswg.org/css-overflow-3/#overflow-propagation))

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

Received on Saturday, 18 May 2019 01:06:50 UTC