Table column won't "stick" when sticky

Hey guys,

The “sticky” option on the table element when set to Horizontal just don’t work.

here’s a loom of the problem:

Here’s my solution but it should be fixed as you natively support it:

#makesticky { position: sticky; left: 0; z-index: 1; }

This topic was automatically closed after 14 days. New replies are no longer allowed.