Skip to content

Instantly share code, notes, and snippets.

@diogocapela
Created September 27, 2019 18:22
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 diogocapela/6dafa2e743e2dddabbaa4446dfa10ab2 to your computer and use it in GitHub Desktop.
Save diogocapela/6dafa2e743e2dddabbaa4446dfa10ab2 to your computer and use it in GitHub Desktop.
scrollbar-width: none;
overflow: -moz-scrollbars-none;
-ms-overflow-style: none;
&::-webkit-scrollbar {
display: none;
width: 0;
height: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment