Originally reported by @ritorhymes in ethereum/EIPs#10357 (comment)
Header table overflow
The header table has wrap down behavior to contain content AND on some pages scrollable overflow appears. The wrap down should be expected to handle all the overflow occurrences without needing scrollability. In choosing one option over the other: because the table itself, as a container, doesn't really look like a table (no borders) and doesn't really look like a mobile menu marquee or carousel that you would scroll through to see different items, the scrollable overflow seems like the less natural choice compared to wrap down behaviors.
WG example - 495 screen size:

How my fix handles it:

You can see another abnormal header overflow example on WG's ERC-721

Originally reported by @ritorhymes in ethereum/EIPs#10357 (comment)
Header table overflow
The header table has wrap down behavior to contain content AND on some pages scrollable overflow appears. The wrap down should be expected to handle all the overflow occurrences without needing scrollability. In choosing one option over the other: because the table itself, as a container, doesn't really look like a table (no borders) and doesn't really look like a mobile menu marquee or carousel that you would scroll through to see different items, the scrollable overflow seems like the less natural choice compared to wrap down behaviors.
WG example - 495 screen size:

How my fix handles it:

You can see another abnormal header overflow example on WG's ERC-721