On this page:
it seems like the gray background object is larger than the screen - i.e. scroll bars appear even though the content is not long enough to warrant them. I have the following properties:
body
{
height: 100%;
}
html
{
height: 100%;
} Shouldn't it be exactly the right size and therefore not need scrollbars?
Thanks,
David