79723909

Date: 2025-08-03 09:17:54
Score: 1
Natty:
Report link

Table that doesn't look weird and only scrolls horizontally when there isn't enough space allocated on screen for it's width:

table {
    display: inline-block;
    overflow-x: scroll;
    white-space: nowrap;
    max-width: 100%
}

Add overflow-y and max-height for vertical size limit and scroll

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: aaron watts