diff options
author | Ananya Sen | 2012-04-24 16:45:47 -0700 |
---|---|---|
committer | Ananya Sen | 2012-04-24 16:45:47 -0700 |
commit | a7548b4c53de8f42cb5e0fb1c054eba6f7c45afb (patch) | |
tree | d41e74e4ad4c213af6f05cdc26ad747874d56a92 /scss/imports | |
parent | eab872829c14af251578f95c6f57509acbed660c (diff) | |
download | ninja-a7548b4c53de8f42cb5e0fb1c054eba6f7c45afb.tar.gz |
IKNINJA-1529 : zooming such that cursor position can be calculated accurately
Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
Diffstat (limited to 'scss/imports')
-rw-r--r-- | scss/imports/scss/_Stage.scss | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scss/imports/scss/_Stage.scss b/scss/imports/scss/_Stage.scss index 3a8c0997..6206f27f 100644 --- a/scss/imports/scss/_Stage.scss +++ b/scss/imports/scss/_Stage.scss | |||
@@ -188,9 +188,7 @@ | |||
188 | 188 | ||
189 | #mainContent .CodeMirror-scroll { | 189 | #mainContent .CodeMirror-scroll { |
190 | height: 100%; | 190 | height: 100%; |
191 | overflow: scroll; | 191 | overflow: auto; |
192 | overflow-x: auto; | ||
193 | overflow-y: hidden; | ||
194 | } | 192 | } |
195 | 193 | ||
196 | .montage-editor-frame { | 194 | .montage-editor-frame { |