//
sign in
Post
by @danabra.mov
PostEmbed
by @danabra.mov
Record
by @atsui.org
+ new component
Post
If you’ve ever tried to build a data table with a sticky header and a sticky first column, you know the pain: the reality was that only one of both would stick. A recent change to CSS fixes this: `position: sticky` now plays nice with _single-axis scrollers_.
1d
Bramus
If you’ve ever tried to build a data table with a sticky header and a sticky first column, you know the pain. You’d think a simple position: sticky with top: 0 and left: 0 would be enough, but the rea...
CSS position: sticky now sticks to the nearest scroller on a per axis basis!
www.bram.us