Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
pagedjs
pagedjs
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 144
    • Issues 144
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 8
    • Merge Requests 8
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Tools
  • pagedjspagedjs
  • Issues
  • #188

Closed
Open
Opened Mar 30, 2020 by Stanyslas Matayo@matayo
  • Report abuse
  • New issue
Report abuse New issue

Content is partially visible on the footer

paged.js

Each time, I'm generating a document with div inside, I'm getting strange behavior at the end of the page, you can see the image above, the last div in the page is covered by the footer. I don't know if I should change something to ensure that the section is not covered by the footer.

I'm showing the same behavior with tables when there is not enough space, It presenting the just one cell like on can see on this image

paged.js-2

for each div that needs to stay together, I added

page-break-inside: avoid; -webkit-column-break-inside: avoid; break-inside: avoid; white-space: pre-wrap;

But it is not working properly.

Edited Mar 30, 2020 by Stanyslas Matayo
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: tools/pagedjs#188