Skip to content

Commit

Permalink
chore: unsetting max-height while printing
Browse files Browse the repository at this point in the history
  • Loading branch information
alashchev17 committed Jan 20, 2025
1 parent 8754a74 commit bed8c08
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/PageWrapper/PageWrapper.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@
max-height: 100dvh;
height: 100%;
}
@media print {
.PageWrapper {
max-height: unset;
}
}

0 comments on commit bed8c08

Please sign in to comment.