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> <head>
<title>Atom Shell</title> <title>Atom Shell</title>
<style> <style>
html {
height: 100%;
width: 100%;
overflow: hidden;
}
body { body {
color: #555; color: #555;
font-family: 'Open Sans',Helvetica,Arial,sans-serif; font-family: 'Open Sans',Helvetica,Arial,sans-serif;