Why does my header overlap with my content?
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 }
Nice ! Thanks for sharing
ReplyDelete