Skip to content

Instantly share code, notes, and snippets.

@swsalim
Created May 13, 2019 08:11
Show Gist options
  • Save swsalim/79ed522a217ddcd83fe73efbefc3a58c to your computer and use it in GitHub Desktop.
Save swsalim/79ed522a217ddcd83fe73efbefc3a58c to your computer and use it in GitHub Desktop.
.container {
overflow-y: scroll;
scrollbar-width: none; /* Firefox */
-ms-overflow-style: none; /* IE 10+ */
}
.container::-webkit-scrollbar { /* WebKit */
width: 0;
height: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment