Browse Source

stick chats to bottom

Henry Jameson 2 năm trước cách đây
mục cha
commit
c83657a072
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/components/chat/chat.scss

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

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