We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8823529 commit 4c73127Copy full SHA for 4c73127
src/ChatWindow/Room.vue
@@ -107,7 +107,7 @@
107
:class="{ 'vac-infinite-loading': !messagesLoaded }"
108
spinner="spiral"
109
direction="top"
110
- :distance="0"
+ :distance="40"
111
@infinite="loadMoreMessages"
112
>
113
<div slot="spinner">
@@ -893,7 +893,7 @@ export default {
893
.vac-container-scroll {
894
background: var(--chat-content-bg-color);
895
flex: 1;
896
- overflow-y: scroll;
+ overflow-y: auto;
897
margin-right: 1px;
898
margin-top: 60px;
899
-webkit-overflow-scrolling: touch;
0 commit comments