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 6ec4cbd commit 7668a92Copy full SHA for 7668a92
src/ChatWindow/Room.vue
@@ -322,6 +322,7 @@ export default {
322
room(newVal, oldVal) {
323
if (newVal.roomId && newVal.roomId !== oldVal.roomId) {
324
this.loadingMessages = true
325
+ this.scrollIcon = false
326
this.resetMessage(true)
327
}
328
},
@@ -680,6 +681,7 @@ export default {
680
681
0 1px 2px 0 rgba(0, 0, 0, 0.12);
682
display: flex;
683
cursor: pointer;
684
+ z-index: 10;
685
686
svg {
687
height: 25px;
0 commit comments