Skip to content

Commit

Permalink
worksheet theme: no max-height on questions in screen media
Browse files Browse the repository at this point in the history
  • Loading branch information
christianp committed Jul 9, 2024
1 parent df5cc77 commit 524661e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/worksheet/files/resources/worksheet.css
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,9 @@ body.worksheet .exam .question > .marks {
body.worksheet .exam:not(.shown) {
display: none;
}
.question, #infoDisplay {
max-height: none;
}
}

@media print {
Expand Down

0 comments on commit 524661e

Please sign in to comment.