Working Changes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user