Skip to content

Instantly share code, notes, and snippets.

td:first-child {
position: sticky;
left: 0;
z-index: 1;
animation-name: frozen;
animation-duration: 1ms; /* Firefox needs this. */
animation-direction: alternate;
animation-timeline: scroll(inline nearest);
/* Hide shadow in all directions except east. */