Browse Source

stick chats to bottom

Henry Jameson 2 years ago
parent
commit
c83657a072
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/components/chat/chat.scss

+ 1 - 0
src/components/chat/chat.scss

@@ -31,6 +31,7 @@
     height: 100%;
     height: 100%;
     display: flex;
     display: flex;
     flex-direction: column;
     flex-direction: column;
+    justify-content: end;
   }
   }
 
 
   .footer {
   .footer {