I am having an issue with a simple single page website. It can be found here. I tried making a fiddle, but was not able to reproduce the problem.
As you can see, a scrollbar appears (tested on Chrome and FF). But I cannot find where/how it originates! I have tried a lot of overflow: hidden
(which I would like to avoid) and cleafixes, but nothing helps. Can anyone locate the problem?
EDIT: I know the 100% height on the body has an effect on it, but this should not be a problem. Body should be as tall as html. But for some reason body has a margin-top, or html has a padding-top. And I do not know what is causing it.