Disable elastic scrolling.
authorCheng Zhao <zcbenz@gmail.com>
Mon, 5 May 2014 08:48:58 +0000 (16:48 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Mon, 5 May 2014 08:48:58 +0000 (16:48 +0800)
atom/browser/default_app/index.html

index 0194f58..2b85bd7 100644 (file)
@@ -2,6 +2,12 @@
 <head>
   <title>Atom Shell</title>
   <style>
+    html {
+      height: 100%;
+      width: 100%;
+      overflow: hidden;
+    }
+
     body {
       color: #555;
       font-family: 'Open Sans',Helvetica,Arial,sans-serif;