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,8 +1,6 @@
html{
height:600px;
max-height: 600px;
overflow-y:scroll;
overflow-x: hidden;
}
body{
height:600px;