79566378

Date: 2025-04-10 10:32:06
Score: 0.5
Natty:
Report link

Making the TRs flex boxes and the TBODY a block with a max height and overflow scrolling seems to do the trick for me:

table.sticky-headers tbody {
    overflow: scroll;
    max-height: 80vh;
    display: block;
}
table.sticky-headers tr {
    display: flex;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: james-geldart