I just design a PDF Block with some containers as below, I want that my footer always stay at the bottom of page, even when body container change height or not ?
Hi Kiet Truong,
You can use this css:
.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
}
Check this link also
https://www.w3schools.com/howto/tryit.asp?filename=tryhow_css_fixed_footer
Regrads,
Rajat
Hello @Kiet Truong
I have attached below oml file please check
I hope this helps
Thanks