Skip to content

Instantly share code, notes, and snippets.

@cikoriicabachkov
Created August 24, 2015 12:39
Show Gist options
  • Save cikoriicabachkov/d962e56e0f9d6ffc5b6b to your computer and use it in GitHub Desktop.
Save cikoriicabachkov/d962e56e0f9d6ffc5b6b to your computer and use it in GitHub Desktop.
Disable webkit scrollbar
.ui-Component {
&::-webkit-scrollbar {
-webkit-appearance: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment