.ml-list {
  position: relative;
  width: 100%;
  &-scroll {
    position: relative;
    width: 100%;
    &-item {
      width: 100%;
    }
    &-loading,
    &-error,
    &-finished {
      width: 100%;
      height: var(--list-item-height);
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      font-weight: 500;
      color: var(--info-color-6);
    }
  }
  &-to-top {
    position: absolute;
    right: 20px;
    bottom: 24px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #ffffff;
    box-shadow: 0 0 6px 0 rgba(100, 100, 100, 0.2);
  }
  ::-webkit-scrollbar {
    width: 0 !important;
  }
}
