.yg-scroll {
  &-wrap {
    flex: 1;
    height: 100%;
    overflow: hidden;
    word-break: break-all;
    position: relative;

    scroll-view {
      width: 100%;
      height: 100%;
      -webkit-overflow-scrolling: touch;
    }
  }
}