You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
556 B
30 lines
556 B
.Packages { |
|
position: relative; |
|
} |
|
|
|
.Packages::-webkit-scrollbar { |
|
position: absolute; |
|
right: 0; |
|
top: 0; |
|
z-index: 2; |
|
width: 5px !important; |
|
} |
|
|
|
.Packages::-webkit-scrollbar-button { |
|
display: none; |
|
-webkit-appearance: none; |
|
appearance: none; |
|
} |
|
|
|
.Packages::-webkit-scrollbar-thumb { |
|
border-radius: 10px; |
|
background-color: #97bae6; |
|
} |
|
|
|
.Packages::-webkit-scrollbar-track { |
|
background-color: transparent !important; |
|
display: none; |
|
-webkit-appearance: none; |
|
appearance: none; |
|
} |
|
/*# sourceMappingURL=Packages.css.map */ |