[#32] Do not set height to avoid scrollbars if container is less than 600px
This commit is contained in:
parent
fc60494c35
commit
4391af0f05
|
@ -1,5 +1,5 @@
|
|||
html, body {
|
||||
height: 600px;
|
||||
max-height: 600px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
background: none;
|
||||
|
|
Loading…
Reference in New Issue