Show More
@@ -36,6 +36,9 b' div.prompt {' | |||||
36 | div.inner_cell { |
|
36 | div.inner_cell { | |
37 | .vbox(); |
|
37 | .vbox(); | |
38 | .box-flex1(); |
|
38 | .box-flex1(); | |
|
39 | ||||
|
40 | /* This is required for FF to add scrollbars when code cells overflow. */ | |||
|
41 | overflow: auto; | |||
39 | } |
|
42 | } | |
40 |
|
43 | |||
41 | /* This is needed so that empty prompt areas can collapse to zero height when there |
|
44 | /* This is needed so that empty prompt areas can collapse to zero height when there |
General Comments 0
You need to be logged in to leave comments.
Login now