body { background: #333333; color: white; padding: 0; margin: 0; } .container { display: flex; flex-direction: column-reverse; } .messages { max-height: 100%; display: flex; flex-direction: column; overflow-y: auto; justify-content: flex-end; flex-wrap: nowrap; }