Add y-axis scroll function.
This commit is contained in:
15
src/perfect-scrollbar.css
Normal file
15
src/perfect-scrollbar.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user