diff options
author | Ananya Sen | 2012-04-23 12:33:24 -0700 |
---|---|---|
committer | Ananya Sen | 2012-04-23 12:33:24 -0700 |
commit | c3a0bdb0af1db149efb86b1a8f6b14cb695831cf (patch) | |
tree | b93ba2ba1a3a3bdbd7b49173b1f44831333b711d /js | |
parent | 6e2d8c8b7e981de2a7ede45d707614307e811cad (diff) | |
download | ninja-c3a0bdb0af1db149efb86b1a8f6b14cb695831cf.tar.gz |
fixed ugly scroll coming in the middle of the page for a short file
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js')
-rwxr-xr-x | js/stage/stage-view.reel/stage-view.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/stage/stage-view.reel/stage-view.css b/js/stage/stage-view.reel/stage-view.css index 4cf5b2ab..2fc8fd15 100755 --- a/js/stage/stage-view.reel/stage-view.css +++ b/js/stage/stage-view.reel/stage-view.css | |||
@@ -17,6 +17,10 @@ | |||
17 | cursor:text; | 17 | cursor:text; |
18 | } | 18 | } |
19 | 19 | ||
20 | .codeViewContainer>div{ | ||
21 | width:2050px;/*to prevent scrolling of editor container in the middle of the page for short files*/ | ||
22 | } | ||
23 | |||
20 | /* OLD CSS for reference | 24 | /* OLD CSS for reference |
21 | #mainContent #codeMirror_1 { | 25 | #mainContent #codeMirror_1 { |
22 | height:100%; | 26 | height:100%; |