W3C home > Mailing lists > Public > public-css-archive@w3.org > January 2018

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

From: Nadya678 via GitHub <sysbot+gh@w3.org>
Date: Thu, 04 Jan 2018 02:51:50 +0000
To: public-css-archive@w3.org
Message-ID: <issue_comment.created-355186429-1515034309-sysbot+gh@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

This archive was generated by hypermail 2.4.0 : Tuesday, 5 July 2022 06:41:22 UTC