@ifed/component
Version:
@ifed/component
19 lines (15 loc) • 345 B
text/less
@import '~antd/es/style/themes/index';
@scrollbar-prefix-cls: ~'@{ant-prefix}-scrollbar';
.@{scrollbar-prefix-cls} {
&-container {
// margin-bottom: -6px !important;
// padding-bottom: 8px;
&::-webkit-scrollbar {
display: none;
}
}
&-thumb {
background-color: rgba(0, 0, 0, 0.2);
border-radius: 3px;
}
}