aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Chat.css
blob: 520a5c9bd34b446c6087ce9a1b66e2a0d9d69fe5 (plain) (blame)
1
2
3
4
5
6
7
8
9
.Chat_messages {
    box-sizing: border-box;
    padding: 0 20px;
    overflow-y: auto;
    height: 450px;
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
}