allow printing of more than one page

This commit is contained in:
Amruth Pillai
2020-03-26 20:10:25 +05:30
parent 79de7d7284
commit 178d12fae9
6 changed files with 363 additions and 1250 deletions

File diff suppressed because it is too large Load Diff

View File

@ -38,7 +38,7 @@ const App = () => {
<LeftSidebar />
<div className="z-0 h-screen col-span-3 flex justify-center items-center overflow-scroll">
<div id="page" className="p-10 my-auto shadow-2xl overflow-scroll">
<div id="page" className="p-10 my-auto shadow-2xl">
{renderTemplate()}
</div>
</div>

View File

@ -43,6 +43,7 @@ body {
width: 21cm;
height: 29.7cm;
zoom: 0.8;
overflow: scroll;
background-color: white;
}
}