Setting a max height on a table

前端 未结 9 1323
猫巷女王i
猫巷女王i 2020-12-29 01:10

I am trying to design a page where there are some tables. It seems that styling tables is much more painful than it ought to be.

The problem is the following: The ta

9条回答
  •  生来不讨喜
    2020-12-29 01:37

    • Set display: block; for the table
    • Set position: sticky; top: 0; for the header row
    Header stays put Layout aligned
    foo1 Header stays put
    foo2 Header stays put

    https://jsfiddle.net/0zxk18fp/

    Tested on Chrome, Firefox, Safari, Edge

提交回复
热议问题