Html – How to prevent a sticky table header showing horizontally scrolled content in the border?
I want to prevent the red headers from showing in the blue header's border when scrolling horizontally. I must have a white border in the blue headers. .container { overflow: auto; width: 200px; } table { border-collapse: collapse; } th…