Selaa lähdekoodia

stick chats to bottom

Henry Jameson 2 vuotta sitten
vanhempi
sitoutus
c83657a072
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {