fix bottom margin on FF

pull/21833/head
Matthew Hodgson 2016-01-21 00:39:10 +00:00
parent 4d549304b6
commit eab0ca8716
1 changed files with 2 additions and 0 deletions

View File

@ -378,6 +378,8 @@ module.exports = React.createClass({
{invitedSection} {invitedSection}
</GeminiScrollbar> </GeminiScrollbar>
<div className="mx_MemberList_bottom"> <div className="mx_MemberList_bottom">
<div className="mx_MemberList_bottomRule">
</div>
</div> </div>
</div> </div>
); );