aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/components/Chat.css
blob: 02c81ef7a84a392fd4abaa0eb0c11ce1d6d58b98 (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%
}