Working Changes

This commit is contained in:
Patrick Fic
2020-02-10 13:52:02 -08:00
parent cac3716e03
commit 0793d10e82
6 changed files with 282 additions and 1198 deletions

View File

@@ -56,8 +56,6 @@ export default function Manage({ match }) {
<HeaderContainer />
</Header>
<Layout>
<ChatWindowContainer />
<Content
className="content-container"
style={{ padding: "0em 4em 4em" }}
@@ -126,6 +124,12 @@ export default function Manage({ match }) {
</Layout>
<Footer>
<FooterComponent />
{
// <Affix offsetBottom={20}>
// <ChatWindowContainer />
// </Affix>
}
<ChatWindowContainer />
</Footer>
<BackTop />
</Layout>