Add y-axis scroll function.

This commit is contained in:
Hyunje Alex Jun
2012-11-08 22:22:26 +09:00
parent ca22fedf65
commit efe6727e5d
4 changed files with 104 additions and 6 deletions
+15
View File
@@ -0,0 +1,15 @@
.ps-container .ps-scrollbar-y {
position: absolute;
width: 10px;
right: 5px;
background-color: gray;
}
.ps-container .ps-scrollbar-y:hover {
background-color: black;
cursor: default;
}
.ps-container .ps-scrollbar-y.in-scrolling {
background-color: black;
}