yoyo-ng-modulewindy
Version:
服务于52ABP模板的前端开源的相关组件内容。整合了ng-alain和你NG ZORRO的内容
14 lines (11 loc) • 311 B
text/less
body::-webkit-scrollbar {
height: @scrollbar-width;
width: @scrollbar-height;
}
body::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 @scrollbar-width @scrollbar-track-color;
}
body::-webkit-scrollbar-thumb {
background-color: @scrollbar-thumb-color;
outline: 1px solid #333;
}