Skip to content

Instantly share code, notes, and snippets.

@luisfelipe-dev
Last active January 22, 2023 14:31
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