.infiniteList {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  min-height: 0;
}

.scrollNode {
  position: relative;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: scrollbar;
}

.loadingSection {
  position: absolute;
  left: 0;
  bottom: 16px;
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.refresh {
  position: relative;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
}
