- From: Tab Atkins Jr. via GitHub <sysbot+gh@w3.org>
- Date: Wed, 29 Apr 2020 15:08:53 +0000
- To: public-css-archive@w3.org
> hmm, you may have missed the multiple comments about sticky headers on horizontally scrollable tables Hmm, I had. I see the issue now. It seems like the case here is wanting to put horizontal scrollbars on a too-wide table, but *not* put vertical scrollbars on it when it's taller than 100vh. (Or generally "whatever the height of the screen is", since that's a... difficult-to-predict value on mobile.) And then still get the header rows to be sticky as the table scrolls off, but stay contained to the table itself as normal. Okay, I'll re-open for this issue. -- GitHub Notification of comment by tabatkins Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/865#issuecomment-621273538 using your GitHub account
Received on Wednesday, 29 April 2020 15:08:55 UTC