Add scrollbar plugin and update README
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
@import "defaults";
|
||||
@import "variables";
|
||||
|
||||
::-webkit-scrollbar {
|
||||
width: $padding-8;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-thumb {
|
||||
background: transparent;
|
||||
border-radius: $padding-8;
|
||||
}
|
||||
|
||||
:hover::-webkit-scrollbar-thumb {
|
||||
background: $gray-500;
|
||||
}
|
||||
Reference in New Issue
Block a user