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

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

.moreMessage {
  text-align: center;
  background-color: whitesmoke;
  color: silver;
}