Skip to content

Instantly share code, notes, and snippets.

@fakerybakery
Created September 22, 2021 17:03
Show Gist options
  • Save fakerybakery/eacb7fef4f009e5008585198251c1507 to your computer and use it in GitHub Desktop.
Save fakerybakery/eacb7fef4f009e5008585198251c1507 to your computer and use it in GitHub Desktop.
This simple CSS file prevents overscrolling but has major bugs on Safari in iOS 15.
html {
overflow: hidden;
}
body {
height: 100%;
overflow: auto;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment