Skip to content

Instantly share code, notes, and snippets.

@regecoder
Last active February 20, 2024 08:38
Show Gist options
  • Save regecoder/472ea92dbc86dc8ebe169993fa186f72 to your computer and use it in GitHub Desktop.
Save regecoder/472ea92dbc86dc8ebe169993fa186f72 to your computer and use it in GitHub Desktop.
CSS: Disable elastic scrolling in Chrome
html {
height: 100%;
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