Skip to content

Instantly share code, notes, and snippets.

@ilyoff
Last active May 16, 2020 06:52
Show Gist options
  • Select an option

  • Save ilyoff/2df8346167484e34dfd9807670b398dc to your computer and use it in GitHub Desktop.

Select an option

Save ilyoff/2df8346167484e34dfd9807670b398dc to your computer and use it in GitHub Desktop.
div {
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
/* Chrome Safari */
&::-webkit-scrollbar {
width: 0;
height: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment