Initial commit
This commit is contained in:
20
Frontend/pages/home/sass/Scrollbar.scss
Normal file
20
Frontend/pages/home/sass/Scrollbar.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
/* width */
|
||||
::-webkit-scrollbar {
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
/* Track */
|
||||
::-webkit-scrollbar-track {
|
||||
background: #ffffff0f;
|
||||
}
|
||||
|
||||
/* Handle */
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: #b8b8b8;
|
||||
}
|
||||
|
||||
/* Handle on hover */
|
||||
::-webkit-scrollbar-thumb:hover {
|
||||
background: #d6d6d6;
|
||||
}
|
||||
Reference in New Issue
Block a user