// scroll-view容器样式
@use '../mixins/mixins.scss' as *;

@include b('scroll-view') {
  width: 100%;
  height: 100%;
  &::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    color: transparent;
  }
}
