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