18 lines
371 B
SCSS
18 lines
371 B
SCSS
|
::-webkit-scrollbar {
|
||
|
// width: 5px;
|
||
|
}
|
||
|
/* Track */
|
||
|
::-webkit-scrollbar-track {
|
||
|
// background-image: url('../img/bg/scroll.jpg');
|
||
|
// background-color: transparent;
|
||
|
}
|
||
|
|
||
|
/* Handle */
|
||
|
::-webkit-scrollbar-thumb {
|
||
|
// background: transparent;
|
||
|
// background-color: $black;
|
||
|
// background-blend-mode: difference;
|
||
|
// background-size: cover;
|
||
|
// border-radius: 50px;
|
||
|
}
|