mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-14 16:51:33 +10:00
allow printing of more than one page
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -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>
|
||||
|
||||
@ -43,6 +43,7 @@ body {
|
||||
width: 21cm;
|
||||
height: 29.7cm;
|
||||
zoom: 0.8;
|
||||
overflow: scroll;
|
||||
background-color: white;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user