You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Major browsers have implemented position:sticky for table headers in a way only cell are sticky, not collapsed borders, see https://jsfiddle.net/70vjwymx/ (header borders are transparent). I am not sure what should be fixed:
my css (some additional settings)
browser code
specification
I suppose position:sticky was implemented to ease styling cases like sticky table headers so I believe borders should be a part of that sticky content.
jonjohnjohnson, helenawang, garethsb, AKosmachyov, InCodingNowLiu and 23 more