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