Reverted scrollbar style override

This commit is contained in:
Fabio Manganiello 2019-05-30 02:19:20 +02:00
parent 7a74b83c76
commit 0f3987aaf2
1 changed files with 0 additions and 13 deletions

View File

@ -16,19 +16,6 @@ body {
font-size: $default-font-size;
}
body::-webkit-scrollbar {
width: 1em;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}
body::-webkit-scrollbar-thumb {
background-color: darkgrey;
outline: 1px solid slategrey;
}
main {
padding: 4.9rem 0;
margin: 0;