Disable elastic scrolling.

This commit is contained in:
Cheng Zhao 2014-05-05 16:48:58 +08:00
parent f943f54ad5
commit f0e5cae9bb

View 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;