- From: Nate Matykiewicz via GitHub <sysbot+gh@w3.org>
- Date: Wed, 21 Feb 2018 02:34:10 +0000
- To: public-css-archive@w3.org
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