diff options
author | Ananya Sen | 2012-07-25 12:28:58 -0700 |
---|---|---|
committer | Ananya Sen | 2012-07-25 12:28:58 -0700 |
commit | fa2e82cf10aaa4900a462410cbb99b5b0433a1b1 (patch) | |
tree | b7168d4dcd92a4d8a0692941b4688a92914bee51 /js/stage | |
parent | 0262cbeccef538d3aa125eb7cd16d8ca758c82b1 (diff) | |
download | ninja-fa2e82cf10aaa4900a462410cbb99b5b0433a1b1.tar.gz |
fixing code editor double vertical scrollbar bug
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Conflicts:
js/document/views/design-code.js
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'js/stage')
-rwxr-xr-x | js/stage/stage.reel/stage.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/js/stage/stage.reel/stage.css b/js/stage/stage.reel/stage.css index 56b4c58c..d1277ef1 100755 --- a/js/stage/stage.reel/stage.css +++ b/js/stage/stage.reel/stage.css | |||
@@ -68,7 +68,11 @@ POSSIBILITY OF SUCH DAMAGE. | |||
68 | 68 | ||
69 | .codeViewContainer .CodeMirror-scroll { | 69 | .codeViewContainer .CodeMirror-scroll { |
70 | height: 100%; | 70 | height: 100%; |
71 | overflow: auto; | 71 | overflow-y: hidden; |
72 | } | ||
73 | |||
74 | .codeViewContainer .CodeMirror-scrollbar { | ||
75 | display:none; | ||
72 | } | 76 | } |
73 | 77 | ||
74 | .codeViewContainer>div{ | 78 | .codeViewContainer>div{ |