aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorAnanya Sen2012-04-24 16:45:47 -0700
committerAnanya Sen2012-04-24 16:45:47 -0700
commita7548b4c53de8f42cb5e0fb1c054eba6f7c45afb (patch)
treed41e74e4ad4c213af6f05cdc26ad747874d56a92 /css
parenteab872829c14af251578f95c6f57509acbed660c (diff)
downloadninja-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 'css')
-rwxr-xr-xcss/ninja.css2
1 files changed, 1 insertions, 1 deletions
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
212 212
213#mainContent .CodeMirror { width: 100%; height: 100%; background: white; } 213#mainContent .CodeMirror { width: 100%; height: 100%; background: white; }
214 214
215#mainContent .CodeMirror-scroll { height: 100%; overflow: scroll; overflow-x: auto; overflow-y: hidden; } 215#mainContent .CodeMirror-scroll { height: 100%; overflow:auto; }
216 216
217.montage-editor-frame { position: absolute; z-index: 7; top: 0; left: 0; display: none; -webkit-user-select: initial; } 217.montage-editor-frame { position: absolute; z-index: 7; top: 0; left: 0; display: none; -webkit-user-select: initial; }
218 218