fancy scrollbar

master
Keith Irwin 2016-04-25 07:31:37 +00:00
parent 18ce3ef859
commit 1764718c5a
1 changed files with 9 additions and 0 deletions

View File

@ -1,6 +1,15 @@
/* Resets, Clears & Defaults */
*, *:after, *:before {
box-sizing: border-box;
}::-webkit-scrollbar {
width: 5vw;
min-width:10px;
max-width:40px;
}::-webkit-scrollbar-track {
background-color: #000;
}::-webkit-scrollbar-thumb {
border-radius: 1vw;
background: #333;
}
body {