Remove height from body, resolves #8

This commit is contained in:
Nick Krichevsky 2015-02-28 11:02:46 -05:00
parent 44c1df67c4
commit bc92b31cb3

View file

@ -1,9 +1,8 @@
html{
height:600px;
height: 600px;
max-height: 600px;
}
body{
height:600px;
max-height:600px;
width:400px;
overflow-y: scroll;