We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b1e959 commit e04aaeeCopy full SHA for e04aaee
themes/worksheet/files/resources/worksheet.css
@@ -101,6 +101,10 @@ body.worksheet {
101
102
:host(numbas-exam) > exam-container {
103
104
+ &.no-printing {
105
+ display: block;
106
+ }
107
+
108
& img {
109
max-width: 100%;
110
}
@@ -163,8 +167,12 @@ body.worksheet {
163
167
overflow-y: revert;
164
168
165
169
& #everything {
166
- & > main > #questionContainer > .contentArea > #questionDisplay > .question-wrapper {
- height: revert;
170
+ & > main > #questionContainer > .contentArea > #questionDisplay {
171
+ overflow: revert;
172
173
+ & > .question-wrapper {
174
+ height: revert;
175
176
177
178
exam-container.show-nav & {
0 commit comments