Skip to content

Instantly share code, notes, and snippets.

@alyssawilliams
Last active May 29, 2020 16:04
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 alyssawilliams/6fd4ae48b3cbb07de4c1a78ab70169ea to your computer and use it in GitHub Desktop.
Save alyssawilliams/6fd4ae48b3cbb07de4c1a78ab70169ea to your computer and use it in GitHub Desktop.
.scrolling-container {
// Firefox
scrollbar-width: none;
// IE 10+ / Edge Legacy
-ms-overflow-style: none;
// Chrome
&::-webkit-scrollbar {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment