Skip to content

Commit a8465a2

Browse files
committed
Update ChatRoom.php
1 parent 2736efb commit a8465a2

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

ChatRoom.php

+2-5
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,9 @@ public function run() {
4242
<div class="box-header ui-sortable-handle" style="cursor: move;">
4343
<i class="fa fa-comments-o"></i>
4444
<h3 class="box-title">Chat</h3>
45-
</div><hr>';
46-
$output .='<div class="slimScrollDiv" style="position: relative; overflow: hidden; width: auto; height: 250px;"><div id="chat-box" class="box-body chat" style="overflow: hidden; width: auto; height: 250px;">';
47-
$output .='<div id="chat-data">';
45+
</div>';
46+
$output .='<div class="slimScrollDiv" style="position: relative; overflow: scroll; width: auto; height: 350px;"><div id="chat-box" class="box-body chat" style="overflow: hidden; width: auto; height: 350px;">';
4847
$output .= self::data();
49-
$output .='</div>';
50-
5148
$output.='</div><div class="slimScrollBar" style="background: none repeat scroll 0% 0% rgb(0, 0, 0); width: 7px; position: absolute; top: 0px; opacity: 0.4; display: none; border-radius: 0px; z-index: 99; right: 1px; height: 187.126px;"></div><div class="slimScrollRail" style="width: 7px; height: 100%; position: absolute; top: 0px; display: none; border-radius: 0px; background: none repeat scroll 0% 0% rgb(51, 51, 51); opacity: 0.2; z-index: 90; right: 1px;"></div></div><!-- /.chat -->
5249
<div class="box-footer">
5350
<div class="input-group">

0 commit comments

Comments
 (0)