- From: NareshKVS via GitHub <sysbot+gh@w3.org>
- Date: Tue, 16 Aug 2022 12:49:13 +0000
- To: public-css-archive@w3.org
> It would be nice to make this work:
>
> ```
> <div class="table-wrapper">
> <table>
> <tr><th>Foo</th><th>Bar</th></tr>
> <tr><td>sin</td><td>cos</td></tr>
> <tr><td>tan</td><td>baz</td></tr>
> ...
> </table>
> </div>
> ```
>
> ```css
> .table-wrapper {
> overflow-x: auto;
> }
>
> th {
> position: sticky;
> top: 0;
> }
> ```
Did you find any solution for this?
--
GitHub Notification of comment by nareshkvs
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/865#issuecomment-1216592056 using your GitHub account
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Tuesday, 16 August 2022 12:49:15 UTC