I have a table
where the user can scroll though the rows when they are overflowing the div
. However currently the table
header row
does not have a constant background for the full width of the table
. Which means when I currently scroll i can see the other td
content beneath the table
headers.
Working code (basic version):
https://codepen.io/aarontot1/pen/LYVPEom
Does anyone know how to fix this?