Skip to content

Instantly share code, notes, and snippets.

@vladanyes
Created May 2, 2018 06:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vladanyes/797365b760ab5d5d67e589c7e8cec2e4 to your computer and use it in GitHub Desktop.
Save vladanyes/797365b760ab5d5d67e589c7e8cec2e4 to your computer and use it in GitHub Desktop.
//hiding scrollbar
html {
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0;
background: transparent;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment