UNPKG

@aplus-frontend/ui

Version:

24 lines (22 loc) 374 B
@import '../mixins/mixins.less'; @import '../mixins/config.less'; .b(scroll-view, { position: relative; overflow: hidden; &__content { display: inline-block; } &__bar-wrapper { position: absolute; &--horizontal { left: 0; bottom: 0; width: 100%; } &--vertical { top: 0; right: 0; height: 100% } } });