.chat-scroll-viewport {
    min-height: 0;
    overflow-y: auto;
}

.chat-message-list {
    display: flex;
    min-height: 100%;
    flex-direction: column;
}

.chat-message-list > .chat-message:first-child {
    margin-top: auto;
}
