Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save reversesigh/9c863493db4565304ca094c148b12772 to your computer and use it in GitHub Desktop.
Save reversesigh/9c863493db4565304ca094c148b12772 to your computer and use it in GitHub Desktop.
body{
overflow-x: hidden;
overflow-y: scroll;
}
html{
position: relative;
}
body::-webkit-scrollbar{
display: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment