11 lines
208 B
Plaintext
11 lines
208 B
Plaintext
.vertical-scroller {
|
|
width: 30px;
|
|
height: 100%;
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
|
|
.vertical-scroller-dragger {
|
|
background-color: rgb(255, 126, 126);
|
|
width: 100%;
|
|
height: 30px;
|
|
} |