@chatui/core
Version:
The React library for Chatbot UI
38 lines (32 loc) • 565 B
text/less
.PullToRefresh {
height: 100%;
overflow-y: scroll;
.no-scrolling & {
-webkit-overflow-scrolling: touch;
}
&-fallback {
padding-top: var(--gutter);
text-align: center;
}
&-loadMore {
font-size: 14Px;
}
}
.PullToRefresh-inner {
overflow: hidden;
min-height: 100%;
}
.PullToRefresh-indicator {
height: 30px;
margin-top: -30px;
color: grey;
text-align: center;
line-height: 30px;
}
.PullToRefresh-spinner {
color: var(--color-text-3);
font-size: 27px;
}
.PullToRefresh-transition {
transition: transform 0.3s;
}