Skip to content

Instantly share code, notes, and snippets.

@alexcmgit
Created June 10, 2020 22:21
Show Gist options
  • Save alexcmgit/abda0ba3e607927bc21d2f7112aa175f to your computer and use it in GitHub Desktop.
Save alexcmgit/abda0ba3e607927bc21d2f7112aa175f to your computer and use it in GitHub Desktop.
::-webkit-scrollbar {
width: 12px;
background-color: transparent;
}
::-webkit-scrollbar-button {
display: none;
width: 0;
height: 0;
}
::-webkit-scrollbar-corner {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background-color: #4a4d52;
border: 2px solid #282a2d;
border-radius: 10px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment