File size: 122 Bytes
8207a08
8441328
 
8207a08
 
 
 
 
1
2
3
4
5
6
7
8
9
.chatContainer {
  padding: 0;
  height: 100%;
  .messageContainer {
    overflow-y: auto;
    padding-right: 24px;
  }
}