sly-scroll .frame {
    overflow: hidden;
}
sly-scroll .scrollbar {
    position: absolute;
    right: 10px;
    height: 500px;
    width: 2px;
    background: #ccc;
    line-height: 0;
}
sly-scroll .scrollbar .handle {
    width: 5px;
    margin-left: -1px;
    height: 100px;
    background: #999;
    cursor: pointer;
    border-radius: 3px;
}
sly-scroll .scrollbar .handle .mousearea {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
}