From a7548b4c53de8f42cb5e0fb1c054eba6f7c45afb Mon Sep 17 00:00:00 2001
From: Ananya Sen
Date: Tue, 24 Apr 2012 16:45:47 -0700
Subject: IKNINJA-1529 : zooming such that cursor position can be calculated
 accurately

Signed-off-by: Ananya Sen <Ananya.Sen@motorola.com>
---
 css/ninja.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'css')

diff --git a/css/ninja.css b/css/ninja.css
index 6c198b8e..297ed7cd 100755
--- a/css/ninja.css
+++ b/css/ninja.css
@@ -212,7 +212,7 @@ body { position: absolute; margin: 0px; width: 100%; height: 100%; background-co
 
 #mainContent .CodeMirror { width: 100%; height: 100%; background: white; }
 
-#mainContent .CodeMirror-scroll { height: 100%; overflow: scroll; overflow-x: auto; overflow-y: hidden; }
+#mainContent .CodeMirror-scroll { height: 100%; overflow:auto; }
 
 .montage-editor-frame { position: absolute; z-index: 7; top: 0; left: 0; display: none; -webkit-user-select: initial; }
 
-- 
cgit v1.2.3