este es el codigo
Código CSS:
Ver original
.content {display: flex; flex-direction: column;} .-chat-header { text-align: right; align-items: flex-start; flex:1; } .msgs { padding: 3px 6px; /* height: calc(100vh - 157px); */ overflow-y: auto; flex: 14; align-items: center; box-sizing: border-box; } .inputText { padding: 4px 0; background-color: #191919; /* height: 100px; */ box-sizing: border-box; align-self: flex-end; }