forked from platypush/platypush
Reverted scrollbar style override
This commit is contained in:
parent
7a74b83c76
commit
0f3987aaf2
1 changed files with 0 additions and 13 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue