yyzone
Version:
yyzone vue components and utils
26 lines (23 loc) • 554 B
text/less
.scroll-content-horizonal {
height: 100%;
overflow: hidden;
position: relative;
.ps__thumb-y {
width: 100%;
border-radius: 3px;
background-color: @yy-text-info ;
}
.ps__rail-y {
width: 4px;
}
.ps__rail-x:hover,
.ps__rail-y:hover,
.ps__rail-x:focus,
.ps__rail-y:focus,
.ps__rail-x.ps--clicking,
.ps__rail-y.ps--clicking {
background-color: transparent;
width: 6px;
opacity: 1;
}
}