Skip to content

Commit 35f4586

Browse files
committedMar 30, 2014
Take Quiz: Large images now cause a scrollbar to be placed on the quiz container, instead of the question container
The quiz body container is wider and has visible borders, whereas the question container is narrow (so images are much more likely to get chopped off) and doesn't have visible borders (so the scrollbar looks a bit weird).
1 parent f0242d5 commit 35f4586

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎client/styles/takeQuiz.less

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
border: 1px solid #ddd;
4141
border-radius: 4px;
4242
padding: 0 1em;
43+
overflow: auto;
4344
}
4445

4546
.header {

‎client/styles/viewQuestion.less

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
margin-bottom: 2em;
55
max-width: @max-question-width;
66
line-height: 1.6;
7-
overflow: auto;
87
}
98

109
.submission {

0 commit comments

Comments
 (0)
Please sign in to comment.