-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
Description
I checked that...
- ... the documentation does not mention anything about my problem
- ... the problem doesn't occur with the default MkDocs template
- ... the problem is not in any of my customizations (CSS, JS, template)
- ... there are no open or closed issues that are related to my problem
Description
When printing tables that are longer than 1 page, the header is repeated but overlaps with the content.
Expected behavior
Repeating the header is fine, but it should not overlap with content.
Actual behavior
It's overlapping:
Steps to reproduce the bug
Insert a long markdown table into a page and go to File > Print and look at the print preview.
I made a reproducible, minimal example. View it with:
git clone git@github.com:timvink/mkdocs-print-site-plugin.git
cd mkdocs-print-site-plugin
git checkout 7d787b5902cabbcf3c5cf9ffce85e64eb150b2fd
mkdocs serve -f tests/fixtures/projects/tables/mkdocs.ymlPackage versions
Python 3.7.4
mkdocs, version 1.1.2
Material Version: 5.5.12
System information
- OS: MacOS
- Browser: Chrome
Metadata
Metadata
Assignees
Labels
bugIssue reports a bugIssue reports a bugresolvedIssue is resolved, yet unreleased if openIssue is resolved, yet unreleased if open
