ソースを参照

stick chats to bottom

Henry Jameson 2 年 前
コミット
c83657a072
1 ファイル変更1 行追加0 行削除
  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 {