yyzone
Version:
yyzone vue components and utils
43 lines (37 loc) • 919 B
text/less
.scroll-content-horizonal {
.square(100%);
overflow: hidden;
position: relative;
.ps__thumb-y {
width: 100%;
border-radius: 5px;
background-color: rgba(0,0,0,.30) ;
}
.ps__rail-y {
width: 4px;
z-index: 999;
}
.ps__rail-y:hover,
.ps__rail-y:focus,
.ps__rail-y.ps--clicking {
background-color: transparent;
width: 8px ;
opacity: 1 ;
}
.ps__thumb-x {
height: 100%;
border-radius: 5px;
background-color: rgba(0,0,0,.30) ;
}
.ps__rail-x {
height: 4px;
z-index: 999;
}
.ps__rail-x:hover,
.ps__rail-x:focus,
.ps__rail-x.ps--clicking {
background-color: transparent;
height: 8px ;
opacity: 1 ;
}
}