scrolling window for chat tabs
This commit is contained in:
parent
d74116be1d
commit
b830735e08
@ -85,6 +85,9 @@ body {
|
||||
}
|
||||
.settingsIcon{}
|
||||
.signOutIcon{}
|
||||
.tab{
|
||||
height:40px;
|
||||
}
|
||||
.title {
|
||||
border-bottom: 1px solid #d7d7d7;
|
||||
color: #666;
|
||||
|
@ -2,8 +2,7 @@
|
||||
<div id="{{id}}" {{visibility name}} class="component">
|
||||
<div id="chatbar-contents">
|
||||
<h3 class="title gradientBar"><span class="glyphicon glyphicon-comment"></span> {{title}}</h3>
|
||||
{{>tabButtons}}
|
||||
|
||||
<div style="overflow-y: scroll; height:40px">{{>tabButtons}}</div>
|
||||
{{#if getInSession "display_chatPane"}}
|
||||
<div id="chatbody">
|
||||
<ul class="chat">
|
||||
|
Loading…
Reference in New Issue
Block a user