[#32] Do not set height to avoid scrollbars if container is less than 600px

This commit is contained in:
amercader 2013-08-08 17:31:21 +01:00
parent fc60494c35
commit 4391af0f05
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
html, body {
height: 600px;
max-height: 600px;
padding: 0;
margin: 0;
background: none;