diff --git a/src/apps/feed/components/feed-chat/index.tsx b/src/apps/feed/components/feed-chat/index.tsx index 74d14ac8f..8be88b991 100644 --- a/src/apps/feed/components/feed-chat/index.tsx +++ b/src/apps/feed/components/feed-chat/index.tsx @@ -12,7 +12,6 @@ import { Media } from '../../../../components/message-input/utils'; import { config } from '../../../../config'; import { ErrorDialogContent } from '../../../../store/chat/types'; import { Panel, PanelBody, PanelHeader, PanelTitle } from '../../../../components/layout/panel'; -import { InvertedScroll } from '../../../../components/inverted-scroll'; import { getOtherMembersTypingDisplayJSX } from '../../../../components/messenger/lib/utils'; import { rawChannelSelector } from '../../../../store/channels/saga'; import { IconButton } from '@zero-tech/zui/components/IconButton'; @@ -163,42 +162,38 @@ export class Container extends React.Component { )} - -
-
-
-
- {!isLoading && ( - - )} - -
-
-
- {!isLoading && ( - - )} - {this.renderTypingIndicators()} -
-
+
+
+
+ {!isLoading && ( + + )} + +
+
+
+ {!isLoading && ( + + )} + {this.renderTypingIndicators()}
- +
); }; diff --git a/src/apps/feed/components/feed-chat/styles.module.scss b/src/apps/feed/components/feed-chat/styles.module.scss index fd6a84bdc..762f97d18 100644 --- a/src/apps/feed/components/feed-chat/styles.module.scss +++ b/src/apps/feed/components/feed-chat/styles.module.scss @@ -12,6 +12,7 @@ .FeedChat { width: 100%; + height: 100%; :global(.direct-message-chat) { margin: 0;