Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty Page at the end of pdf #16

Open
konstitech opened this issue Jun 14, 2021 · 5 comments
Open

Empty Page at the end of pdf #16

konstitech opened this issue Jun 14, 2021 · 5 comments

Comments

@konstitech
Copy link

Hi Guys,
for now thanks for such a great nuget.
I always get a empty page at the end of pdf. For example, 2 page with context and 1 empty page
Can i this remove ? or what might be the problem ?

Thanks in advance,
Konsti

@pofider
Copy link
Contributor

pofider commented Jun 14, 2021

Likely some html/css can be a cause.
Could you take the whole html/css and put it to playground here?
Do you get the same result? Can you share the link here?

@konstitech
Copy link
Author

@konstitech
Copy link
Author

konstitech commented Jun 14, 2021

so, you were right.
With grid-template-rows: auto auto auto working fine.
But i need grid-template-rows: minmax(0, .05fr) minmax(0, .9fr) minmax(0, .05fr), because i have custom header and footer.
Are there any ideas ?

@pofider
Copy link
Contributor

pofider commented Jun 14, 2021

Hm, unfortunately, I don't know, I'm not very good with styling and flex. Maybe you can try it without flex.

@konstitech
Copy link
Author

konstitech commented Jun 18, 2021

Hi @pofider ,
Can it be that vh and vm don't work for font-size ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants