- From: Nadya678 via GitHub <sysbot+gh@w3.org>
- Date: Thu, 04 Jan 2018 02:51:50 +0000
- To: public-css-archive@w3.org
Thank you for clearing the problem. Also MDN refers to old specification.
The table cannot be containing block (ir cannot be a scrollbox but
```
table{display:block; overflow:hidden}
tbody{display:table}
th
{
position:sticky;
left:0;
top:0;
right:0;
bottom:0
}
```
will work for me after implementation?
--
GitHub Notification of comment by Nadya678
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/2155#issuecomment-355186429 using your GitHub account
Received on Thursday, 4 January 2018 02:52:01 UTC