solevis / pixyship

PixyShip | Pixel Starships reference site
https://pixyship.com
MIT License
17 stars 3 forks source link

Sticky headers #38

Open solevis opened 3 years ago

solevis commented 3 years ago

Keep table headers visible when scrolling

Several solutions:

  1. Fixed table height : works but lot of space is lost, see d4b2ea85c819feb9f6ecda0935f856abe7fe99ff
  2. Sticky header hack with CSS : works on large screen, but broken if headers width is larger than the screen (due to the overflow: unset; property), see b72c1f6

The better will be the second choice that works on small screen.