Skip to content

Commit

Permalink
Update groupchat.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
bailichen authored Jun 29, 2017
1 parent 92d4e54 commit 43ded1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/frames/conversation/groupchat.vue
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@
ul{
padding-top:.4rem;
width:15.4rem;
overflow-x: hidden;
overflow-scrolling: touch;
-webkit-overflow-scrolling: touch;
top:0;
Expand Down Expand Up @@ -731,4 +732,4 @@
opacity: 0;
}
}
</style>
</style>

0 comments on commit 43ded1c

Please sign in to comment.