在 Lion 中阻止回弹滚动

Avatar of Chris Coyier
Chris Coyier

只需确保将这些元素的边距和填充都设置为零(在任何重置或规范化中都很常见)。

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