/*Write your custom css in this file.*/
.rise-chat-body {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
}

.kanban-item-list {
    overflow-y: scroll;
}