- From: AMU via GitHub <sysbot+gh@w3.org>
- Date: Wed, 07 Sep 2022 17:43:53 +0000
- To: public-css-archive@w3.org
> > Well as told here (https://www.gatlin.io/blog/post/stuck-on-position-sticky) the very sad cross axis problem is indeed very unfortunate. Especially considering this (https://stackoverflow.com/questions/6421966/css-overflow-x-visible-and-overflow-y-hidden-causing-scrollbar-issue). > > That seems like it'd be fixed by using overflow-y: clip instead, which doesn't cause the creation of a scroll containers. Sadly not. At least for Firefox and Edge ` overflow: auto clip; }` gets converted to ` overflow: auto hidden; }` -- GitHub Notification of comment by AMUCOMO Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/865#issuecomment-1239694048 using your GitHub account -- Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Wednesday, 7 September 2022 17:43:55 UTC