aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/assets/styles/scroller.less
blob: fcdaf12f3fd79524928232ac895e6f9134374db0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Inside
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    .bg_b;
    .border-radius(0px);
    opacity: 1;
    width: 6px;
    margin: 0 2px;
}
// Outside
.ps-container > .ps-scrollbar-y-rail{
    .border-radius(0px);
    width: 10px ;
    background-color: rgba(255,255,255,0.5);
    z-index: 1000;
}