Skip to content

Instantly share code, notes, and snippets.

@NishiGaba
Created July 4, 2017 10:47
Show Gist options
  • Save NishiGaba/49c32159f4a36fd89a6df1d88bc68cef to your computer and use it in GitHub Desktop.
Save NishiGaba/49c32159f4a36fd89a6df1d88bc68cef to your computer and use it in GitHub Desktop.
Hide Scrollbar
/*TO HIDE THE SCROLLBAR*/
::-webkit-scrollbar {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment