Skip to content

Instantly share code, notes, and snippets.

@Adarshreddyash
Last active August 28, 2019 13:43
Show Gist options
  • Save Adarshreddyash/089b873ca3e58a3a44a72c681c1263a1 to your computer and use it in GitHub Desktop.
Save Adarshreddyash/089b873ca3e58a3a44a72c681c1263a1 to your computer and use it in GitHub Desktop.
body::-webkit-scrollbar {
width: 9px;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
background-color: #6b0f1a;
background-image: linear-gradient(315deg, #6b0f1a 0%, #b91372 74%);
outline: 1px solid slategrey;
border-radius: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment