HTML / CSS

Showing posts with label css solution. Show all posts
Showing posts with label css solution. Show all posts

Wednesday, May 30, 2018

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 }