diff --git a/src/app/pages/chat/chat.page.html b/src/app/pages/chat/chat.page.html
index 878fc8ef1..c773a151c 100644
--- a/src/app/pages/chat/chat.page.html
+++ b/src/app/pages/chat/chat.page.html
@@ -96,37 +96,44 @@
+ class="height-100 flex-column"
+ [style.display]="showEmptyComponent ? 'flex' : 'none'"
+ #messagecontainer>
-
+
+ [style.display]="showContacts ? 'flex' : 'none'"
+ class=" height-100 flex-column">
+ [style.display]="showNewGroup ? 'flex' : 'none'"
+ class=" height-100 flex-column">
+ (openGroupMessage)="openGroupMessagesPage($event)"
+ [style.display]="showEditGroup ? 'flex' : 'none'"
+ class="height-100 flex-column">
+ [style.display]="showGroupContacts ? 'flex' : 'none'"
+ [roomId]="groupRoomId" class=" height-100 flex-column"
+ >