Show More
@@ -1,7 +1,9 b'' | |||
|
1 | 1 | div.output_wrapper { |
|
2 | 2 | /* this position must be relative to enable descendents to be absolute within it */ |
|
3 | 3 | position: relative; |
|
4 | .vbox() | |
|
4 | .vbox(); | |
|
5 | // avoid scrolled output overlaying input in some strange circumstances | |
|
6 | z-index: 1; | |
|
5 | 7 | } |
|
6 | 8 | |
|
7 | 9 | /* class for the output area when it should be height-limited */ |
General Comments 0
You need to be logged in to leave comments.
Login now