Decrease scrollbar size to 8 pixels

This commit is contained in:
Kevin Sawicki
2012-08-05 15:35:08 -07:00
parent 4eb3c2d67b
commit 56f46c548f

View File

@@ -3,11 +3,11 @@
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
width: 8px;
height: 8px;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
background: rgba(150, 150, 150, .33);
}
}