Header of the table is being placed in every page and it's coming over the content on the top.
Try this property to prevent fix header issue in table structure
✅
thead, tfoot { display: table-row-group }
Try this property to prevent fix header issue in table structure
✅
thead, tfoot { display: table-row-group }