Skip to content

Commit

Permalink
worksheet: #everything gets display: block when printed
Browse files Browse the repository at this point in the history
You can't have page breaks inside a grid, it seems
  • Loading branch information
christianp committed Nov 21, 2023
1 parent 1bb07e0 commit 9c7ce84
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/worksheet/files/resources/worksheet.css
Expand Up @@ -250,6 +250,10 @@ body.worksheet #examList > .exam:not([data-status="done"]) {
overflow-y: hidden;
}

body.worksheet #everything {
display: block;
}

body.worksheet .exam:not(:last-child) {
page-break-after: always;
break-after: always;
Expand Down

0 comments on commit 9c7ce84

Please sign in to comment.