Skip to content

Instantly share code, notes, and snippets.

@luisfelipe-dev
Last active January 22, 2023 14:31
Show Gist options
  • Save luisfelipe-dev/aecc34d0a154604aab4461fb53904962 to your computer and use it in GitHub Desktop.
Save luisfelipe-dev/aecc34d0a154604aab4461fb53904962 to your computer and use it in GitHub Desktop.
barra de rolagem, scroll
::-webkit-scrollbar {
width: 8px;
}
::-webkit-scrollbar-track {
background-color: #eaeaea;
}
::-webkit-scrollbar-thumb {
background-color: #b0b0b0;
border-radius: 6px;
cursor: pointer;
}
::-webkit-scrollbar-thumb:hover {
background-color: #94bf0b;
}
@Carecsnay
Copy link

ty

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment