refactor: fixed page high when in web page

This commit is contained in:
Methapon Metanipat 2024-10-17 09:50:13 +07:00
parent 4f3040e794
commit 64ea0c9234

View file

@ -265,10 +265,14 @@ td {
background: white;
page-break-after: always;
break-after: page;
height: 11.7in;
max-height: 11.7in;
}
.position-bottom {
margin-top: auto;
}
.detail-note {
display: flex;
flex-direction: column;
@ -294,6 +298,7 @@ hr {
.content {
padding: 0;
height: unset;
}
}
</style>