diff options
author | Nivesh Rajbhandari | 2012-08-07 13:27:19 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-08-07 13:27:19 -0700 |
commit | da71ec8bf450438a4dc904cb348e548d01dfcb3f (patch) | |
tree | 36bae4f77a61c2c6690566c79d07f5b6bc2c3936 /js/stage/stage.reel/stage.css | |
parent | 923e760bf4a16baa82e81da6d38e671620664e8f (diff) | |
parent | 91c440a04f0108d05e663d1696027ca5601b25bc (diff) | |
download | ninja-da71ec8bf450438a4dc904cb348e548d01dfcb3f.tar.gz |
Merge branch 'refs/heads/ninja-mqg734-master' into LineInCanvas
Diffstat (limited to 'js/stage/stage.reel/stage.css')
-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{ |