Skip to content

Instantly share code, notes, and snippets.

@LuisReyes98
Created April 20, 2021 17:49
Show Gist options
  • Save LuisReyes98/89b22ef8fd43b9da765da9fea3c801b6 to your computer and use it in GitHub Desktop.
Save LuisReyes98/89b22ef8fd43b9da765da9fea3c801b6 to your computer and use it in GitHub Desktop.
.scrollbar__seamless{
//Chrome and updated browsers Only
&::-webkit-scrollbar {
margin-top: 5px;
width: 5px;
}
&::-webkit-scrollbar-thumb {
background: rgba(126, 124, 124, 0.76);
border-radius: 10px;
}
&::-webkit-scrollbar-track {
background: transparent;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment