fix show bottom button add message compose view

pull/715/head
Audric Ackermann 5 years ago
parent 214679dece
commit ed60f98cd3

@ -210,6 +210,12 @@ $session-compose-margin: 20px;
}
}
.session-left-pane-section-content {
display: flex;
flex-direction: column;
}
.user-search-dropdown {
width: 100%;
flex-grow: 1;

@ -160,7 +160,7 @@ export class LeftPaneMessageSection extends React.Component<Props, any> {
MainViewController.renderMessageView();
return (
<div>
<div className="session-left-pane-section-content">
{this.renderHeader()}
{this.state.showComposeView
? LeftPane.RENDER_CLOSABLE_OVERLAY(

Loading…
Cancel
Save