Try to set the border & border-radius on the header & for cells of the table.
Then, if you scroll, you will notice that the border from the cell is visible and overlapping with the header, which should not be the case (basically, it forces you to avoid using border-radius on the header).
Please, have a look at the screenshot as well. The green areas are the ones from cells that overlap at the corners of rounded header.
Hi!
Try to set the border & border-radius on the header & for cells of the table. Then, if you scroll, you will notice that the border from the cell is visible and overlapping with the header, which should not be the case (basically, it forces you to avoid using border-radius on the header). Please, have a look at the screenshot as well. The green areas are the ones from cells that overlap at the corners of rounded header.
Best, Server.