Skip to content

Commit 9c26d84

Browse files
committed
remove grid-template-rows: max-content from contentArea
I'm not sure why this was in - it led to the question content hiding the footer.
1 parent d06209a commit 9c26d84

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

themes/default/files/resources/exam.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ Copyright 2011-25 Newcastle University
338338
& > .contentArea {
339339
display: grid;
340340
height: 100%;
341-
grid-auto-rows: max-content;
342341

343342
& > #questionDisplay {
344343
overflow: hidden;

0 commit comments

Comments
 (0)