Placing the incomingCallBox in the sticky element, so it sticks when the header sticks
This commit is contained in:
parent
cde3f33db3
commit
5ceb1e641f
|
@ -449,9 +449,9 @@ var RoomSubList = React.createClass({
|
||||||
<div className="mx_RoomSubList_roomCount">{ roomCount }</div>
|
<div className="mx_RoomSubList_roomCount">{ roomCount }</div>
|
||||||
<div className={chevronClasses}></div>
|
<div className={chevronClasses}></div>
|
||||||
{ badge }
|
{ badge }
|
||||||
</div>
|
|
||||||
{ incomingCall }
|
{ incomingCall }
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue