Re: [csswg-drafts] [css-positioning-3] Sticky positioning for table elements

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