Add scrollbar plugin and update README

This commit is contained in:
Alex Shpak
2020-02-10 23:31:33 +01:00
parent a23d848db2
commit cb61957623
3 changed files with 43 additions and 96 deletions
+15
View File
@@ -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;
}