Fix issue where the keyboard couldn't scroll, fixes #7

This commit is contained in:
Nick Krichevsky 2015-02-27 17:04:26 -05:00
parent c6c6cf6419
commit c9fef951ca

View file

@ -1,14 +1,12 @@
html{
height:600px;
max-height: 600px;
overflow-y:scroll;
overflow-x: hidden;
}
body{
height:600px;
max-height:600px;
width:400px;
overflow-y:scroll;
overflow-y: scroll;
overflow-x: hidden;
margin:0px;
}