.Conversation {
    height: 83%;
    grid-area: 'chat-message-list';
    display: flex;
    flex-direction: column-reverse;
    padding: 0 20px;
    overflow-y: auto;
    overflow-x: hidden;
}