Skip to content

Instantly share code, notes, and snippets.

@nirmalkar
Last active January 9, 2021 07:15
Show Gist options
  • Save nirmalkar/2280f59b85fa2fe693ef680ebcaf39ca to your computer and use it in GitHub Desktop.
Save nirmalkar/2280f59b85fa2fe693ef680ebcaf39ca to your computer and use it in GitHub Desktop.
Hide Scrollbars
/* Hide scrollbar for Chrome, Safari and Opera */
::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
html {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment