Skip to content

Commit

Permalink
scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
unknown committed Jun 14, 2017
1 parent 8241574 commit c023afc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/frames/conversation/chatmessage/groupchatmessage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</ul>
</section>
<section class="chat">
<ul>
<ul class="groupChat_ul">
<li>
<div>群聊名称</div>
<div class="voice-music">{{gropname}}</div>
Expand Down Expand Up @@ -110,6 +110,8 @@
right: 0;
bottom: 0;
z-index: 203;
overflow-y: scroll;
-webkit-overflow-scrolling:touch;
background-color: #ebebeb;
}
.groupchat{
Expand Down

0 comments on commit c023afc

Please sign in to comment.