.conversationListBody {
  height: 80%;
  max-height: 80%;
  overflow-y: auto;
  word-wrap: normal;
  background-color: white;
}

.conversationListBody::-webkit-scrollbar {
  display: none;
}