Prevent Bounce Scroll in Lion

Avatar of Chris Coyier
Chris Coyier on

Just make sure you zero out the margin and padding on those elements as well (normal in any reset or normalization).

html, body {
  height: 100%;
  overflow: hidden;
}