Re: [csswg-drafts] [css3 positioning] support position:sticky inside an overflow:hidden|auto on general parents

I have the following rule:

```css
html, body {
  overflow-x: hidden;
}
```

and because of it, I'm not able to use `position: sticky;` at all. I'm trying to add some submit buttons on a form, and have them sticky to the bottom of the window `position: sticky; bottom: 0;` when outside the viewport. It works great and I love the feature, but this overflow-x rule prevents it from working. It sounds very similar to what @niutech mentioned.

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

Received on Wednesday, 21 February 2018 02:34:24 UTC