Commit 23ecfacc authored by winddramon's avatar winddramon

chatlist fix

修复聊天窗会被顶爆的问题
parent 9683709e
...@@ -372,9 +372,10 @@ text-align: center; ...@@ -372,9 +372,10 @@ text-align: center;
#chatlist{ #chatlist{
MARGIN: 0px; MARGIN: 0px;
height:120px; height:120px;
width:100%; width:720px;
word-break:break-all; word-break:break-all;
overflow:auto; overflow-x:hidden;
overflow-y:auto;
position:relative; position:relative;
} }
#newslist{ #newslist{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment