Disable elastic scrolling.
This commit is contained in:
parent
f943f54ad5
commit
f0e5cae9bb
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue