Skip to content
6 changes: 6 additions & 0 deletions public/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,9 @@ body {
flex-direction: column;
height: 100%;
}

@media print {
.root {
height: auto;
}
}
Loading