Skip to content

Commit 7668a92

Browse files
committed
(fix) hide scroll icon when changing room
1 parent 6ec4cbd commit 7668a92

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ChatWindow/Room.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ export default {
322322
room(newVal, oldVal) {
323323
if (newVal.roomId && newVal.roomId !== oldVal.roomId) {
324324
this.loadingMessages = true
325+
this.scrollIcon = false
325326
this.resetMessage(true)
326327
}
327328
},
@@ -680,6 +681,7 @@ export default {
680681
0 1px 2px 0 rgba(0, 0, 0, 0.12);
681682
display: flex;
682683
cursor: pointer;
684+
z-index: 10;
683685
684686
svg {
685687
height: 25px;

0 commit comments

Comments
 (0)