Created examples
This commit is contained in:
@@ -1,13 +1,15 @@
|
||||
@import '../variables.scss';
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
}
|
||||
::-webkit-scrollbar-track {
|
||||
background-image: url("images/scroll.png");
|
||||
background-image: $scrool-image;
|
||||
background-repeat: repeat;
|
||||
}
|
||||
::-webkit-scrollbar-thumb {
|
||||
background-color: rgb(0, 168, 168);
|
||||
background-color: $scrool-color;
|
||||
}
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background-color: rgb(0, 168, 168);
|
||||
background-color: $scrool-color;
|
||||
}
|
||||
Reference in New Issue
Block a user